diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-04-13 21:59:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-04-13 21:59:35 +0000 |
commit | 6e26e51a854c94e4fa5e7fe82715ff24f781addc (patch) | |
tree | 8e218f42c62de1c5870f913e0d4728ef1810edcd /opcodes/i386-opc.c | |
parent | 246c51aaae32a36f67305d5124192eb728cbed63 (diff) | |
download | gdb-6e26e51a854c94e4fa5e7fe82715ff24f781addc.zip gdb-6e26e51a854c94e4fa5e7fe82715ff24f781addc.tar.gz gdb-6e26e51a854c94e4fa5e7fe82715ff24f781addc.tar.bz2 |
Remove trailing white spaces.
Diffstat (limited to 'opcodes/i386-opc.c')
-rw-r--r-- | opcodes/i386-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.c b/opcodes/i386-opc.c index 9314f6a..7d9d44f 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 } }, |