diff options
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 030d1eab52..1e18d55990 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -207,7 +207,6 @@ struct bytestream { enum { EOT -my $i = 0; my $add_enum_value = 0; my $max_insn; for ($i = 0; $i < @insn_name; $i++) { |