mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
movddup fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1843 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1b2b0af50d
commit
ba6526df38
1 changed files with 1 additions and 1 deletions
|
@ -2668,7 +2668,7 @@ static void gen_sse(DisasContext *s, int b, target_ulong pc_start, int rex_r)
|
|||
offsetof(CPUX86State,xmm_regs[rm].XMM_Q(0)));
|
||||
}
|
||||
gen_op_movq(offsetof(CPUX86State,xmm_regs[reg].XMM_Q(1)),
|
||||
offsetof(CPUX86State,xmm_regs[rm].XMM_Q(0)));
|
||||
offsetof(CPUX86State,xmm_regs[reg].XMM_Q(0)));
|
||||
break;
|
||||
case 0x016: /* movhps */
|
||||
case 0x116: /* movhpd */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue