insns.pl: remove redundant empty line in enum opcode
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 8 Aug 2009 12:03:01 +0000 (16:03 +0400)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 8 Aug 2009 21:00:47 +0000 (14:00 -0700)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.pl

index 957ebf0..8875872 100755 (executable)
--- a/insns.pl
+++ b/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";