projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078e9fe
)
target/arm: fix typo in cpu.h ID_AA64PFR1 field name
author
Leif Lindholm
<leif@nuviainc.com>
Fri, 8 Jan 2021 18:51:49 +0000
(18:51 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 12 Jan 2021 10:09:13 +0000
(10:09 +0000)
SBSS -> SSBS
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id:
20210108185154
.8108-2-leif@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
patch
|
blob
|
history
diff --git
a/target/arm/cpu.h
b/target/arm/cpu.h
index ad37ff61c624a77ce5b7287ea5f1469ab6518222..ed3e9fe2e4e672435640aa91b8700832188bdea0 100644
(file)
--- a/
target/arm/cpu.h
+++ b/
target/arm/cpu.h
@@
-1883,7
+1883,7
@@
FIELD(ID_AA64PFR0, RAS, 28, 4)
FIELD(ID_AA64PFR0, SVE, 32, 4)
FIELD(ID_AA64PFR1, BT, 0, 4)
-FIELD(ID_AA64PFR1, S
BS
S, 4, 4)
+FIELD(ID_AA64PFR1, S
SB
S, 4, 4)
FIELD(ID_AA64PFR1, MTE, 8, 4)
FIELD(ID_AA64PFR1, RAS_FRAC, 12, 4)