mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
remove space-tab sequences
There are not many, and they are all simple mistakes that ended up being committed. Remove them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20181213223737.11793-2-pbonzini@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6afeb39713
commit
72e21db7ea
18 changed files with 48 additions and 48 deletions
|
@ -350,7 +350,7 @@ struct m68k_opcode_alias
|
|||
|
||||
* all (modes 0-6,7.0-4)
|
||||
~ alterable memory (modes 2-6,7.0,7.1)
|
||||
(not 0,1,7.2-4)
|
||||
(not 0,1,7.2-4)
|
||||
% alterable (modes 0-6,7.0,7.1)
|
||||
(not 7.2-4)
|
||||
; data (modes 0,2-6,7.0-4)
|
||||
|
@ -1647,7 +1647,7 @@ print_insn_arg (const char *d,
|
|||
case 0x15: name = "%val"; break;
|
||||
case 0x16: name = "%scc"; break;
|
||||
case 0x17: name = "%ac"; break;
|
||||
case 0x18: name = "%psr"; break;
|
||||
case 0x18: name = "%psr"; break;
|
||||
case 0x19: name = "%pcsr"; break;
|
||||
case 0x1c:
|
||||
case 0x1d:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue