summaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r--src/lj_asm_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h
index c1f0fc15..1170b663 100644
--- a/src/lj_asm_x86.h
+++ b/src/lj_asm_x86.h
@@ -2745,7 +2745,7 @@ void lj_asm_patchexit(jit_State *J, GCtrace *T, ExitNo exitno, MCode *target)
2745 p += 5; 2745 p += 5;
2746 } 2746 }
2747 } 2747 }
2748 lj_mcode_sync(T->mcode, T->mcode + T->szmcode);
2748 lj_mcode_patch(J, mcarea, 1); 2749 lj_mcode_patch(J, mcarea, 1);
2749 VG_INVALIDATE(T->mcode, T->szmcode);
2750} 2750}
2751 2751