i386-dis.c: Fix a typo in comments
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 9 Jun 2020 13:29:33 +0000 (06:29 -0700)
committerH.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
opcodes/i386-dis.c

index 6b3869f0f01569a310745619d9c8143ed8a9b9ca..601aaf5e8723092a96f6c5b62404b0f838caa949 100644 (file)
@@ -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.
index be6958a236cda93c9d43ac7d7dd0d2b4287aea0e..74c580cc3f87fa1973e8db332d5251ff81eb6c93 100644 (file)
@@ -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 },
This page took 0.042972 seconds and 4 git commands to generate.