mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Fix KSHORT destination slot address.
This commit is contained in:
parent
6a9855d988
commit
3330f6adc2
@ -1197,7 +1197,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
| // Assumes DUALNUM.
|
| // Assumes DUALNUM.
|
||||||
| lhr RD, RD // Sign-extend literal to 32-bits.
|
| lhr RD, RD // Sign-extend literal to 32-bits.
|
||||||
| setint RD
|
| setint RD
|
||||||
| sllg TMPR1, RA, 3(r0)
|
| sllg RA, RA, 3(r0)
|
||||||
| stg RD, 0(RA, BASE)
|
| stg RD, 0(RA, BASE)
|
||||||
| ins_next
|
| ins_next
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user