2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / include / opcode / i386.h
index 2b05dce23effa2f89aea1ebe8c396f3a42e3a17d..454a7fd09fbaca7eb8f9100d1769e904c82e9c0e 100644 (file)
@@ -854,9 +854,9 @@ static const template i386_optab[] =
 {"lock",   0,  0xf0, X, 0,      NoSuf|IsPrefix,        { 0, 0, 0} },
 {"wait",   0,   0x9b, X, 0,     NoSuf|IsPrefix,        { 0, 0, 0} },
 #define CS_PREFIX_OPCODE 0x2e
-{"cs",    0,   0x2e, X, CpuNo64,       NoSuf|IsPrefix, { 0, 0, 0} },
+{"cs",    0,   0x2e, X, 0,     NoSuf|IsPrefix, { 0, 0, 0} },
 #define DS_PREFIX_OPCODE 0x3e
-{"ds",    0,   0x3e, X, CpuNo64,       NoSuf|IsPrefix, { 0, 0, 0} },
+{"ds",    0,   0x3e, X, 0,     NoSuf|IsPrefix, { 0, 0, 0} },
 #define ES_PREFIX_OPCODE 0x26
 {"es",    0,   0x26, X, CpuNo64,       NoSuf|IsPrefix, { 0, 0, 0} },
 #define FS_PREFIX_OPCODE 0x64
This page took 0.023565 seconds and 4 git commands to generate.