On Tue, Mar 27, 2012 at 11:49 PM, Richard Henderson <r...@twiddle.net> wrote: > On 03/27/12 02:24, Jia Liu wrote: >> +DEF_HELPER_2(lbux, tl, tl, int) >> +DEF_HELPER_2(lhx, i32, i32, int) >> +DEF_HELPER_2(lwx, i32, i32, int) > > These should not be helpers. They are exactly the qemu_ld{8,16,32}u opcodes. >
Yes, thank you. I'll fix it. > > r~