On 10/27/2016 06:40 AM, Yongbok Kim wrote:
> + case INDEX_op_extract_i32: > + tcg_out_opc_bf(s, OPC_EXT, a0, a1, a3 + args[3] - 1, a2);The msbd (5th argument) must be (a2 + args[3] - 1). In fact "a3" isn't defined.
Yes, I eventually caught this typo when I finally got around to the cross-compile. Thanks.
r~