Loading util/fipsas.pl +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
util/fipsas.pl +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading