]> granicus.if.org Git - libvpx/commitdiff
ads2armasm_ms.pl: fix thumb::FixThumbInstructions call
authorJames Zern <jzern@google.com>
Sat, 26 Mar 2022 17:25:18 +0000 (10:25 -0700)
committerJames Zern <jzern@google.com>
Sat, 26 Mar 2022 17:25:18 +0000 (10:25 -0700)
broken since:
642529248 ads2gas[_apple].pl: remove unused stanzas

Change-Id: I1eac77e2fe23cc3f162251e9e0102a4909f7b997

build/make/ads2armasm_ms.pl

index 2a2c470ff88a5d1b548a03916174dbb0936cfaf9..dd4e0318c4645419d332e57fee76690d95043a0a 100755 (executable)
@@ -28,7 +28,7 @@ while (<STDIN>)
     s/qsubaddx/qsax/i;
     s/qaddsubx/qasx/i;
 
-    thumb::FixThumbInstructions($_, 1);
+    thumb::FixThumbInstructions($_);
 
     s/ldrneb/ldrbne/i;
     s/ldrneh/ldrhne/i;