summaryrefslogtreecommitdiff
path: root/x86/insns.pl
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.pl
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.pl')
-rwxr-xr-xx86/insns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/insns.pl b/x86/insns.pl
index 73390949..e6d3eee1 100755
--- a/x86/insns.pl
+++ b/x86/insns.pl
@@ -37,7 +37,7 @@
#
# Parse insns.dat and produce generated source code files
-require 'x86/insns-iflags.pl';
+require 'x86/insns-iflags.ph';
# Opcode prefixes which need their own opcode tables
# LONGER PREFIXES FIRST!