parent
df3aa0fccb
commit
35010035d7
|
@ -1603,7 +1603,7 @@ static void gen_xxspltw(DisasContext *ctx)
|
||||||
tofs = vsr_full_offset(rt);
|
tofs = vsr_full_offset(rt);
|
||||||
bofs = vsr_full_offset(rb);
|
bofs = vsr_full_offset(rb);
|
||||||
bofs += uim << MO_32;
|
bofs += uim << MO_32;
|
||||||
#ifndef HOST_WORDS_BIG_ENDIAN
|
#ifndef HOST_WORDS_BIGENDIAN
|
||||||
bofs ^= 8 | 4;
|
bofs ^= 8 | 4;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue