diff options
-rw-r--r-- | src/lj_asm_x86.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index da818c68..141957c7 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -191,7 +191,8 @@ static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) | |||
191 | } | 191 | } |
192 | break; | 192 | break; |
193 | default: | 193 | default: |
194 | lua_assert(ir->o == IR_HREF || ir->o == IR_NEWREF || ir->o == IR_UREFO); | 194 | lua_assert(ir->o == IR_HREF || ir->o == IR_NEWREF || ir->o == IR_UREFO || |
195 | ir->o == IR_KKPTR); | ||
195 | break; | 196 | break; |
196 | } | 197 | } |
197 | } | 198 | } |