diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 22:20:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 22:20:50 +0000 |
commit | a179a9fdaa7b6c71290f722b7b004db5ff480b93 (patch) | |
tree | 3aebe1585c84751701a9cfe8fa44b7896c828edb /opcodes/i386-dis.c | |
parent | 0e0d5469b8093e5b5a88507fb07ea1a0a24bed60 (diff) | |
download | gdb-a179a9fdaa7b6c71290f722b7b004db5ff480b93.zip gdb-a179a9fdaa7b6c71290f722b7b004db5ff480b93.tar.gz gdb-a179a9fdaa7b6c71290f722b7b004db5ff480b93.tar.bz2 |
Reformat vex_w_table.
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_w_table): Reformat.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 4fca1c1..93d1f56 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -10323,12 +10323,12 @@ static const struct dis386 vex_w_table[][2] = { }, { /* VEX_W_E6_P_2 */ - { "vcvttpd2dq%XY", { XMM, EXx } }, + { "vcvttpd2dq%XY", { XMM, EXx } }, { "(bad)", { XX } }, }, { /* VEX_W_E6_P_3 */ - { "vcvtpd2dq%XY", { XMM, EXx } }, + { "vcvtpd2dq%XY", { XMM, EXx } }, { "(bad)", { XX } }, }, { |