projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18ca16b
)
i386-dis.c: Fix a typo in comments
author
H.J. Lu
<hjl.tools@gmail.com>
Tue, 9 Jun 2020 13:29:33 +0000
(06:29 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Tue, 9 Jun 2020 13:29:33 +0000
(06:29 -0700)
* i386-dis.c (prefix_table): Fix a typo in comments.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/i386-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 6b3869f0f01569a310745619d9c8143ed8a9b9ca..601aaf5e8723092a96f6c5b62404b0f838caa949 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,3
+1,7
@@
+2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (prefix_table): Fix a typo in comments.
+
2020-06-09 Jan Beulich <jbeulich@suse.com>
* i386-dis.c (rex_ignored): Delete.
diff --git
a/opcodes/i386-dis.c
b/opcodes/i386-dis.c
index be6958a236cda93c9d43ac7d7dd0d2b4287aea0e..74c580cc3f87fa1973e8db332d5251ff81eb6c93 100644
(file)
--- a/
opcodes/i386-dis.c
+++ b/
opcodes/i386-dis.c
@@
-3572,7
+3572,7
@@
static const struct dis386 prefix_table[][4] = {
{ NULL, { { NULL, 0 } }, PREFIX_IGNORED }
},
- /* PREFIX_0F01_REG_3_
MOD
_1 */
+ /* PREFIX_0F01_REG_3_
RM
_1 */
{
{ "vmmcall", { Skip_MODRM }, 0 },
{ "vmgexit", { Skip_MODRM }, 0 },