Fix KSHORT destination slot address.

This commit is contained in:
Michael Munday 2016-12-19 10:49:21 -05:00
parent 6a9855d988
commit 3330f6adc2

View File

@ -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;