diff options
Diffstat (limited to 'src/lj_record.c')
-rw-r--r-- | src/lj_record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_record.c b/src/lj_record.c index 1beaa75f..8dc102e9 100644 --- a/src/lj_record.c +++ b/src/lj_record.c | |||
@@ -1622,7 +1622,7 @@ static TRef rec_cat(jit_State *J, BCReg baseslot, BCReg topslot) | |||
1622 | do { | 1622 | do { |
1623 | tr = emitir(IRT(IR_BUFPUT, IRT_P32), tr, *trp++); | 1623 | tr = emitir(IRT(IR_BUFPUT, IRT_P32), tr, *trp++); |
1624 | } while (trp <= top); | 1624 | } while (trp <= top); |
1625 | tr = emitir(IRT(IR_BUFSTR, IRT_STR), hdr, tr); | 1625 | tr = emitir(IRT(IR_BUFSTR, IRT_STR), tr, hdr); |
1626 | J->maxslot = (BCReg)(xbase - J->base); | 1626 | J->maxslot = (BCReg)(xbase - J->base); |
1627 | if (xbase == base) return tr; | 1627 | if (xbase == base) return tr; |
1628 | } | 1628 | } |