diff options
author | Dayeol Lee | 2018-10-26 20:04:27 +0200 |
---|---|---|
committer | Palmer Dabbelt | 2018-10-30 19:04:28 +0100 |
commit | 4a9b31b82bcd2cafe85137334f1c07afe56cc224 (patch) | |
tree | 36ec3dd8fb1e8bcacfa3f8024c5a215fb92582ea /hw/arm/microbit.c | |
parent | Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-... (diff) | |
download | qemu-4a9b31b82bcd2cafe85137334f1c07afe56cc224.tar.gz qemu-4a9b31b82bcd2cafe85137334f1c07afe56cc224.tar.xz qemu-4a9b31b82bcd2cafe85137334f1c07afe56cc224.zip |
target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64
pmp_read_cfg() returns 8-bit value, which is combined together to form a single pmpcfg CSR.
The default promotion rules will result in an integer here ("i*8" is integer, which
flows through) resulting in a 32-bit signed value on most hosts.
That's bogus on RV64I, with the high bits of the CSR being wrong.
Signed-off-by: Dayeol Lee <dayeol@berkeley.edu>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'hw/arm/microbit.c')
0 files changed, 0 insertions, 0 deletions