From: H.J. Lu Date: Tue, 9 Jun 2020 13:29:33 +0000 (-0700) Subject: i386-dis.c: Fix a typo in comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9630fa654d3421698bccd95a68712af0c86a081;p=binutils-gdb.git i386-dis.c: Fix a typo in comments * i386-dis.c (prefix_table): Fix a typo in comments. --- 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 + + * i386-dis.c (prefix_table): Fix a typo in comments. + 2020-06-09 Jan Beulich * 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 },