diff options
Diffstat (limited to 'src/buildvm_arm.dasc')
-rw-r--r-- | src/buildvm_arm.dasc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildvm_arm.dasc b/src/buildvm_arm.dasc index 3b1b8d7f..6f0e3878 100644 --- a/src/buildvm_arm.dasc +++ b/src/buildvm_arm.dasc | |||
@@ -1809,6 +1809,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
1809 | | bic CARG2, PC, #FRAME_TYPEP | 1809 | | bic CARG2, PC, #FRAME_TYPEP |
1810 | | ldreq INS, [PC, #-4] | 1810 | | ldreq INS, [PC, #-4] |
1811 | | andeq CARG2, MASKR8, INS, lsr #5 // Conditional decode_RA8. | 1811 | | andeq CARG2, MASKR8, INS, lsr #5 // Conditional decode_RA8. |
1812 | | addeq CARG2, CARG2, #8 | ||
1812 | | sub RB, BASE, CARG2 | 1813 | | sub RB, BASE, CARG2 |
1813 | | b ->vm_call_dispatch // Resolve again for tailcall. | 1814 | | b ->vm_call_dispatch // Resolve again for tailcall. |
1814 | | | 1815 | | |