mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
target-i386/ops_sse.h: Use MMX_Q macro
We have a MMX_Q macro in addition to MMX_{B,W,L}. Use it.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
63618b4ed4
commit
83625474b3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#define B(n) MMX_B(n)
|
||||
#define W(n) MMX_W(n)
|
||||
#define L(n) MMX_L(n)
|
||||
#define Q(n) q
|
||||
#define Q(n) MMX_Q(n)
|
||||
#define SUFFIX _mmx
|
||||
#else
|
||||
#define Reg XMMReg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue