diff options
author | Leif Lindholm | 2021-01-08 19:51:49 +0100 |
---|---|---|
committer | Peter Maydell | 2021-01-12 11:09:13 +0100 |
commit | 9a286bcdfd2b04afca9a668a6d6e0feb809d2d63 (patch) | |
tree | d22197c6780915f6c451f88d66cc02e06b865f82 /target/arm/cpu.h | |
parent | target/arm: enable Small Translation tables in max CPU (diff) | |
download | qemu-9a286bcdfd2b04afca9a668a6d6e0feb809d2d63.tar.gz qemu-9a286bcdfd2b04afca9a668a6d6e0feb809d2d63.tar.xz qemu-9a286bcdfd2b04afca9a668a6d6e0feb809d2d63.zip |
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>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r-- | target/arm/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index ad37ff61c6..ed3e9fe2e4 100644 --- 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, SBSS, 4, 4) +FIELD(ID_AA64PFR1, SSBS, 4, 4) FIELD(ID_AA64PFR1, MTE, 8, 4) FIELD(ID_AA64PFR1, RAS_FRAC, 12, 4) |