summaryrefslogtreecommitdiff
path: root/regs.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-10-13 12:28:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-10-13 12:29:01 -0700
commitf8563f7a987cd7b0d274d8895ece27fd475b319f (patch)
tree25aa0a5eff3ac35f8cf3439bdebed9461bc02974 /regs.pl
parent970b1012ee4bf62b15a658775d2adaa81579ea7b (diff)
downloadnasm-f8563f7a987cd7b0d274d8895ece27fd475b319f.tar.gz
nasm-f8563f7a987cd7b0d274d8895ece27fd475b319f.tar.bz2
nasm-f8563f7a987cd7b0d274d8895ece27fd475b319f.zip
opflags: more int32_t -> opflags_t conversions
Hopefully this should catch all of them... but please keep an eye out for any other uses of int32_t for the operand flags. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'regs.pl')
-rwxr-xr-xregs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regs.pl b/regs.pl
index bfce1d0..82c4829 100755
--- a/regs.pl
+++ b/regs.pl
@@ -151,7 +151,7 @@ if ( $fmt eq 'h' ) {
print "/* automatically generated from $file - do not edit */\n\n";
print "#include \"tables.h\"\n";
print "#include \"nasm.h\"\n\n";
- print "const int32_t nasm_reg_flags[] = {\n";
+ print "const opflags_t nasm_reg_flags[] = {\n";
printf " 0,\n"; # Dummy entry for 0
foreach $reg ( sort(keys(%regs)) ) {
# Print the class of the register