mirror of https://gitee.com/openkylin/qemu.git
target/arm: fix typo in cpu.h ID_AA64PFR1 field name
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>
This commit is contained in:
parent
078e9fe3cb
commit
9a286bcdfd
|
@ -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, SBSS, 4, 4)
|
||||
FIELD(ID_AA64PFR1, SSBS, 4, 4)
|
||||
FIELD(ID_AA64PFR1, MTE, 8, 4)
|
||||
FIELD(ID_AA64PFR1, RAS_FRAC, 12, 4)
|
||||
|
||||
|
|
Loading…
Reference in New Issue