diff options
-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 9e997ba..a12b90f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-09-30 H.J. Lu <hongjiu.lu@intel.com> + + * 386-dis.c (prefix_table): Reformat comment. + 2007-09-29 H.J. Lu <hongjiu.lu@intel.com> * 386-dis.c (USE_GROUPS): Renamed to ... diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 15c357e..74d8a27 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2553,7 +2553,7 @@ static const struct dis386 prefix_table[][4] = { { "(bad)", { XX } }, }, - /*PREFIX_0FC7_REG_6 */ + /* PREFIX_0FC7_REG_6 */ { { "vmptrld",{ Mq } }, { "vmxon", { Mq } }, |