This commit is contained in:
Dr. Stephen Henson 2011-05-19 17:55:15 +00:00
parent 0fba7a8fa8
commit 05b4fc6c22

View File

@ -70,9 +70,9 @@ if ($runasm)
{
# run assembler
system @ARGS;
print STDERR "RUNNING: @ARGS\n";
my $rv = $?;
exit 0;
# restore target
unlink $target;
rename "tmptarg.s", $target;