diff options
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r-- | src/buildvm_x86.dasc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index d5d73de5..31845526 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -1432,6 +1432,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
1432 | | cmp dword [BASE+4], LJ_TTAB; jne ->fff_fallback | 1432 | | cmp dword [BASE+4], LJ_TTAB; jne ->fff_fallback |
1433 | | mov L:RB, SAVE_L | 1433 | | mov L:RB, SAVE_L |
1434 | | mov L:RB->base, BASE // Add frame since C call can throw. | 1434 | | mov L:RB->base, BASE // Add frame since C call can throw. |
1435 | | mov L:RB->top, BASE // Dummy frame length is ok. | ||
1435 | | mov PC, [BASE-4] | 1436 | | mov PC, [BASE-4] |
1436 | |.if X64WIN | 1437 | |.if X64WIN |
1437 | | lea CARG3d, [BASE+8] | 1438 | | lea CARG3d, [BASE+8] |