diff options
author | Mike Pall <mike> | 2016-06-03 06:53:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-06-03 06:53:37 +0200 |
commit | cc05e79181992d0d595b44f13538486315667491 (patch) | |
tree | e074d412de194c2f389308b6d55dd08eebcaeb92 /src/lj_asm_x86.h | |
parent | 58ca165737363af4800683577f2a6cc92e640dcc (diff) | |
download | luajit-cc05e79181992d0d595b44f13538486315667491.tar.gz luajit-cc05e79181992d0d595b44f13538486315667491.tar.bz2 luajit-cc05e79181992d0d595b44f13538486315667491.zip |
LJ_GC64: Ensure all IR slot fields are initialized.
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 dcdc727a..35f48727 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -2970,6 +2970,7 @@ static Reg asm_setup_call_slots(ASMState *as, IRIns *ir, const CCallInfo *ci) | |||
2970 | static void asm_setup_target(ASMState *as) | 2970 | static void asm_setup_target(ASMState *as) |
2971 | { | 2971 | { |
2972 | asm_exitstub_setup(as, as->T->nsnap); | 2972 | asm_exitstub_setup(as, as->T->nsnap); |
2973 | as->mrm.base = 0; | ||
2973 | } | 2974 | } |
2974 | 2975 | ||
2975 | /* -- Trace patching ------------------------------------------------------ */ | 2976 | /* -- Trace patching ------------------------------------------------------ */ |