Skip to content

Commit

Permalink
undo accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed May 26, 2011
1 parent b80daa1 commit 8a03024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/m0/m0_interp.pl
Expand Up @@ -614,7 +614,6 @@ sub m0b_parse_bc_seg {
my $a1 = ord get_bytes($m0b, $cursor, 1);
my $a2 = ord get_bytes($m0b, $cursor, 1);
my $a3 = ord get_bytes($m0b, $cursor, 1);
say "op $op";
push @$ops, [$op, $a1, $a2, $a3];
}
return $ops;
Expand Down

0 comments on commit 8a03024

Please sign in to comment.