summaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-04-13 21:59:35 +0000
committerH.J. Lu <hjl@lucon.org>2007-04-13 21:59:35 +0000
commiteea533c01b72ae24679f86ab7246a0e5d71cf022 (patch)
tree363f2857f70712e9bcb6cffc2c18c889653dcc61 /opcodes/i386-opc.c
parent0f6313265d3b2c36726ab31b3e65a6d84e8d62fb (diff)
downloadbinutils-redhat-eea533c01b72ae24679f86ab7246a0e5d71cf022.tar.gz
Remove trailing white spaces.
Diffstat (limited to 'opcodes/i386-opc.c')
-rw-r--r--opcodes/i386-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.c b/opcodes/i386-opc.c
index 9314f6a014..7d9d44fb12 100644
--- a/opcodes/i386-opc.c
+++ b/opcodes/i386-opc.c
@@ -142,7 +142,7 @@ const template i386_optab[] =
/* Exchange instructions.
xchg commutes: we allow both operand orders.
-
+
In the 64bit code, xchg rax, rax is reused for new nop instruction. */
{"xchg", 2, 0x90, X, 0, wlq_Suf|ShortForm, { WordReg, Acc, 0 } },
{"xchg", 2, 0x90, X, 0, wlq_Suf|ShortForm, { Acc, WordReg, 0 } },