aboutsummaryrefslogtreecommitdiff
path: root/celt/arm/arm2gnu.pl
diff options
context:
space:
mode:
Diffstat (limited to 'celt/arm/arm2gnu.pl')
-rw-r--r--celt/arm/arm2gnu.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/celt/arm/arm2gnu.pl b/celt/arm/arm2gnu.pl
index 92e7cf1..e313904 100644
--- a/celt/arm/arm2gnu.pl
+++ b/celt/arm/arm2gnu.pl
@@ -49,6 +49,8 @@ $n=0;
$thumb = 0; # ARM mode by default, not Thumb.
@proc_stack = ();
+printf (" .syntax unified\n");
+
LINE:
while (<>) {