diff options
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r-- | src/lj_asm_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 28aa2791..8bae1789 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -512,6 +512,7 @@ static void asm_gencall(ASMState *as, const CCallInfo *ci, IRRef *args) | |||
512 | } | 512 | } |
513 | ofs += sizeof(intptr_t); | 513 | ofs += sizeof(intptr_t); |
514 | } | 514 | } |
515 | checkmclim(as); | ||
515 | } | 516 | } |
516 | #if LJ_64 && !LJ_ABI_WIN | 517 | #if LJ_64 && !LJ_ABI_WIN |
517 | if (patchnfpr) *patchnfpr = fpr - REGARG_FIRSTFPR; | 518 | if (patchnfpr) *patchnfpr = fpr - REGARG_FIRSTFPR; |