summaryrefslogtreecommitdiffstats
path: root/util/fipsas.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/fipsas.pl')
-rw-r--r--util/fipsas.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fipsas.pl b/util/fipsas.pl
index cad7c08ca2..39ce79dd90 100644
--- a/util/fipsas.pl
+++ b/util/fipsas.pl
@@ -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;