aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.c')
-rw-r--r--src/lj_ir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ir.c b/src/lj_ir.c
index 4be11a61..29d75d26 100644
--- a/src/lj_ir.c
+++ b/src/lj_ir.c
@@ -147,7 +147,7 @@ TRef lj_ir_call(jit_State *J, IRCallID id, ...)
147} 147}
148 148
149/* Load field of type t from GG_State + offset. Must be 32 bit aligned. */ 149/* Load field of type t from GG_State + offset. Must be 32 bit aligned. */
150LJ_FUNC TRef lj_ir_ggfload(jit_State *J, IRType t, uintptr_t ofs) 150TRef lj_ir_ggfload(jit_State *J, IRType t, uintptr_t ofs)
151{ 151{
152 lj_assertJ((ofs & 3) == 0, "unaligned GG_State field offset"); 152 lj_assertJ((ofs & 3) == 0, "unaligned GG_State field offset");
153 ofs >>= 2; 153 ofs >>= 2;