mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 02:55:06 +00: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. Backports commit 83625474b340c0f1eb2544d7a6e898cc68e868a2 from qemu
This commit is contained in:
parent
baf37a04ad
commit
ea83d22cdf
|
@ -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…
Reference in a new issue