fix two typos

This commit is contained in:
Rudolf Polzer 2012-04-30 14:30:11 +02:00
parent b4687ec0d6
commit ef11020481

View File

@ -278,8 +278,9 @@ sub run_nfa($$$$$$)
{
my $def = $progs->{globaldef_byoffset}->($func);
last
if $def->{debugname} eq 'error';
if $def->{debugname} eq '_error';
}
$ip += 1;
}
elsif($c->{isjump})
{