summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-06-09 06:29:33 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-09 06:29:33 -0700
commitf9630fa654d3421698bccd95a68712af0c86a081 (patch)
tree861c5b061d63f91bd05255cfd07c5900e79fdb2e
parent18ca16bec848a995e3a3a11d43dfa92d0520a3db (diff)
downloadbinutils-gdb-f9630fa654d3421698bccd95a68712af0c86a081.tar.gz
i386-dis.c: Fix a typo in comments
* i386-dis.c (prefix_table): Fix a typo in comments.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-dis.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 6b3869f0f01..601aaf5e872 100644
--- 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 be6958a236c..74c580cc3f8 100644
--- 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 },