aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-07-22 19:10:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-07-22 19:10:49 +0000
commit9a45f1c2c473f41f4a302fd113e15b8bed612517 (patch)
treef1ec49eb16a9b7369d041810eebbacdae1423ff0 /include/opcode/i386.h
parent6b5abf6825f73841e454e3b2e03db35b5214bc27 (diff)
downloadgdb-9a45f1c2c473f41f4a302fd113e15b8bed612517.zip
gdb-9a45f1c2c473f41f4a302fd113e15b8bed612517.tar.gz
gdb-9a45f1c2c473f41f4a302fd113e15b8bed612517.tar.bz2
2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (i386_optab): Allow cs/ds in 64bit for branch hints.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 2b05dce..454a7fd 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -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