mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Remove trailing white spaces.
This commit is contained in:
@ -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 } },
|
||||
|
Reference in New Issue
Block a user