summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-11-19 16:49:14 -0200
committerEduardo Habkost <ehabkost@redhat.com>2016-01-21 12:47:15 -0200
commit83625474b340c0f1eb2544d7a6e898cc68e868a2 (patch)
tree529f5ae60582c4590652335c6f88742d0b1dbd2a
parent63618b4ed48f0fc2a7a3fd1117e2f0b512248dab (diff)
downloadqemu-83625474b340c0f1eb2544d7a6e898cc68e868a2.tar.gz
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>
-rw-r--r--target-i386/ops_sse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/ops_sse.h b/target-i386/ops_sse.h
index 1780d1d791..52ec0b07f8 100644
--- a/target-i386/ops_sse.h
+++ b/target-i386/ops_sse.h
@@ -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