oops
This commit is contained in:
@@ -70,9 +70,9 @@ if ($runasm)
|
|||||||
{
|
{
|
||||||
# run assembler
|
# run assembler
|
||||||
system @ARGS;
|
system @ARGS;
|
||||||
print STDERR "RUNNING: @ARGS\n";
|
|
||||||
my $rv = $?;
|
my $rv = $?;
|
||||||
exit 0;
|
|
||||||
# restore target
|
# restore target
|
||||||
unlink $target;
|
unlink $target;
|
||||||
rename "tmptarg.s", $target;
|
rename "tmptarg.s", $target;
|
||||||
|
|||||||
Reference in New Issue
Block a user