summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2013-05-03 02:13:49 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-05-03 02:13:49 -0400
commit2cff3f21b757222bed8a98c2e8a22aa016850ba6 (patch)
tree41205f964dfe8c3618ca8fd3a534a7d520bf506e
parent5d0f484088a55203b2b258ef3d4329d62f58b93c (diff)
asdf
-rw-r--r--simplex86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplex86.c b/simplex86.c
index 61ceadd..9c51f17 100644
--- a/simplex86.c
+++ b/simplex86.c
@@ -997,9 +997,9 @@ detect_features (assembler_t *as)
I_pop, eax,
I_xor, eax, ecx,
I_jz, LABEL ("done"), /* No cpuid */
+ I_or, esi, IMM (F_CPUID),
/* Check cpuid.(eax=0x01) */
- I_or, esi, IMM (F_CPUID),
I_mov, eax, IMM (1),
I_cpuid,