diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-30 19:14:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-30 19:14:47 +0000 |
commit | 4584a60d9f9a88cc56e4f5c4f291a31a54d61234 (patch) | |
tree | 10f77f5541894c0f913cd5192b051872fcb16645 /opcodes | |
parent | 6182869c3d79ebc8df04a88bbb7be2e5a68129fd (diff) | |
download | gdb-4584a60d9f9a88cc56e4f5c4f291a31a54d61234.zip gdb-4584a60d9f9a88cc56e4f5c4f291a31a54d61234.tar.gz gdb-4584a60d9f9a88cc56e4f5c4f291a31a54d61234.tar.bz2 |
2007-09-30 H.J. Lu <hongjiu.lu@intel.com>
* 386-dis.c (prefix_table): Reformat comment.
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 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 } }, |