aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_arm.h')
-rw-r--r--src/lj_asm_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h
index 24b49e69..087fc0fb 100644
--- a/src/lj_asm_arm.h
+++ b/src/lj_asm_arm.h
@@ -1779,7 +1779,7 @@ void lj_asm_patchexit(jit_State *J, GCtrace *T, ExitNo exitno, MCode *target)
1779 } 1779 }
1780 } 1780 }
1781 lua_assert(cstart != NULL); 1781 lua_assert(cstart != NULL);
1782 asm_cache_flush(cstart, cend); 1782 lj_mcode_sync(cstart, cend);
1783 lj_mcode_patch(J, mcarea, 1); 1783 lj_mcode_patch(J, mcarea, 1);
1784} 1784}
1785 1785