diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_snap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_snap.c b/src/lj_snap.c index aea6102c..30ff9152 100644 --- a/src/lj_snap.c +++ b/src/lj_snap.c | |||
| @@ -564,6 +564,8 @@ void lj_snap_replay(jit_State *J, GCtrace *T) | |||
| 564 | continue; | 564 | continue; |
| 565 | } | 565 | } |
| 566 | tmp = emitir(irs->ot, tmp, val); | 566 | tmp = emitir(irs->ot, tmp, val); |
| 567 | } else if (LJ_HASFFI && irs->o == IR_XBAR && ir->o == IR_CNEW) { | ||
| 568 | emitir(IRT(IR_XBAR, IRT_NIL), 0, 0); | ||
| 567 | } | 569 | } |
| 568 | } | 570 | } |
| 569 | } | 571 | } |
