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/i386-dis.c | |
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/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |