LJ_GC64: Ensure all IR slot fields are initialized.

This commit is contained in:
Mike Pall
2016-06-03 06:53:37 +02:00
parent 58ca165737
commit cc05e79181
2 changed files with 5 additions and 0 deletions

View File

@@ -2970,6 +2970,7 @@ static Reg asm_setup_call_slots(ASMState *as, IRIns *ir, const CCallInfo *ci)
static void asm_setup_target(ASMState *as)
{
asm_exitstub_setup(as, as->T->nsnap);
as->mrm.base = 0;
}
/* -- Trace patching ------------------------------------------------------ */