diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-06-09 06:29:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-09 06:29:33 -0700 |
commit | f9630fa654d3421698bccd95a68712af0c86a081 (patch) | |
tree | 861c5b061d63f91bd05255cfd07c5900e79fdb2e /opcodes | |
parent | 18ca16bec848a995e3a3a11d43dfa92d0520a3db (diff) | |
download | gdb-f9630fa654d3421698bccd95a68712af0c86a081.zip gdb-f9630fa654d3421698bccd95a68712af0c86a081.tar.gz gdb-f9630fa654d3421698bccd95a68712af0c86a081.tar.bz2 |
i386-dis.c: Fix a typo in comments
* i386-dis.c (prefix_table): Fix a typo in comments.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6b3869f..601aaf5 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 be6958a..74c580c 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 }, |