diff options
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r-- | src/lj_asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index ee1cc5b5..2bf273e1 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -1565,6 +1565,7 @@ static void asm_ir(ASMState *as, IRIns *ir) | |||
1565 | case IR_PHI: asm_phi(as, ir); break; | 1565 | case IR_PHI: asm_phi(as, ir); break; |
1566 | case IR_HIOP: asm_hiop(as, ir); break; | 1566 | case IR_HIOP: asm_hiop(as, ir); break; |
1567 | case IR_GCSTEP: asm_gcstep(as, ir); break; | 1567 | case IR_GCSTEP: asm_gcstep(as, ir); break; |
1568 | case IR_PROF: asm_prof(as, ir); break; | ||
1568 | 1569 | ||
1569 | /* Guarded assertions. */ | 1570 | /* Guarded assertions. */ |
1570 | case IR_LT: case IR_GE: case IR_LE: case IR_GT: | 1571 | case IR_LT: case IR_GE: case IR_LE: case IR_GT: |