summaryrefslogtreecommitdiff
path: root/x86/insns.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
commit526a6c73904e9f07ee63dd76db06bd6687c4c849 (patch)
treeccf37a2d70ebbb10e0a48a3a965b7452e58ba943 /x86/insns.dat
parent5253f58c3679b9b21006567ad26a419904791645 (diff)
downloadnasm-526a6c73904e9f07ee63dd76db06bd6687c4c849.tar.gz
Rename insns-iflags.pl -> insns-iflags.ph, add missing dependency
insns-iflags.ph is included from another Perl script, so rename it .ph (Perl header). Add missing dependency to the main Makefile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'x86/insns.dat')
-rw-r--r--x86/insns.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/insns.dat b/x86/insns.dat
index 82d31034..c91f13fb 100644
--- a/x86/insns.dat
+++ b/x86/insns.dat
@@ -41,7 +41,7 @@
;
; For a detailed description of the code string (third field), please
; see insns.pl and the comment at the top of assemble.c. For a detailed
-; description of the flags (fourth field), please see insns-iflags.pl.
+; description of the flags (fourth field), please see insns-iflags.ph.
;
; Comments with a pound sign after the semicolon generate section
; subheaders in the NASM documentation.