Skip to content

Commit

Permalink
target-i386/ops_sse.h: Use MMX_Q macro
Browse files Browse the repository at this point in the history
We have a MMX_Q macro in addition to MMX_{B,W,L}. Use it.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
  • Loading branch information
ehabkost committed Jan 21, 2016
1 parent 63618b4 commit 8362547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-i386/ops_sse.h
Expand Up @@ -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
Expand Down

0 comments on commit 8362547

Please sign in to comment.