diff options
Diffstat (limited to 'src/vm_arm.dasc')
-rw-r--r-- | src/vm_arm.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc index 331a1b70..4909d827 100644 --- a/src/vm_arm.dasc +++ b/src/vm_arm.dasc | |||
@@ -1778,7 +1778,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
1778 | | ldrd CARG12, [BASE] | 1778 | | ldrd CARG12, [BASE] |
1779 | | ldrd CARG34, [BASE, #8] | 1779 | | ldrd CARG34, [BASE, #8] |
1780 | | cmp NARGS8:RC, #16 | 1780 | | cmp NARGS8:RC, #16 |
1781 | | blo ->fff_fallback | 1781 | | bne ->fff_fallback // Exactly 2 arguments |
1782 | | checktp CARG2, LJ_TSTR | 1782 | | checktp CARG2, LJ_TSTR |
1783 | | checktpeq CARG4, LJ_TISNUM | 1783 | | checktpeq CARG4, LJ_TISNUM |
1784 | | bne ->fff_fallback | 1784 | | bne ->fff_fallback |