summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm/arch/arm/CallEABI.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/arch/arm/CallEABI.S b/vm/arch/arm/CallEABI.S
index 25441f4ce..9717e3b3d 100644
--- a/vm/arch/arm/CallEABI.S
+++ b/vm/arch/arm/CallEABI.S
@@ -154,7 +154,7 @@ DBG bne dvmAbort
subeq r3, r3, #1
@ Do we have arg padding flags in "argInfo"? (just need to check hi bit)
- teqs r2, #0
+ teq r2, #0
bmi .Lno_arg_info
/*