mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
insns.pl: remove redundant empty line in enum opcode
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8bec2c788f
commit
23c6f213bd
2
insns.pl
2
insns.pl
@ -364,7 +364,7 @@ if ( !defined($output) || $output eq 'i' ) {
|
||||
$maxlen = $len if ( $len > $maxlen );
|
||||
}
|
||||
print I "\tI_none = -1\n";
|
||||
print I "\n};\n\n";
|
||||
print I "};\n\n";
|
||||
print I "#define MAX_INSLEN ", $maxlen, "\n";
|
||||
print I "#define FIRST_COND_OPCODE I_", $opcodes_cc[0], "\n\n";
|
||||
print I "#endif /* NASM_INSNSI_H */\n";
|
||||
|
Loading…
Reference in New Issue
Block a user