mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53: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
|
@ -1077,7 +1077,7 @@ static const struct opcode32 arm_opcodes[] =
|
|||
%S print Thumb register (bits 3..5 as high number if bit 6 set)
|
||||
%D print Thumb register (bits 0..2 as high number if bit 7 set)
|
||||
%<bitfield>I print bitfield as a signed decimal
|
||||
(top bit of range being the sign bit)
|
||||
(top bit of range being the sign bit)
|
||||
%N print Thumb register mask (with LR)
|
||||
%O print Thumb register mask (with PC)
|
||||
%M print Thumb register mask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue