commit | a0345f628394fbd001276c80fd02c8ad0d1b7ee2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 05 11:34:52 2025 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 23 16:50:57 2025 -0700 |
tree | 4f26270cf08b57d72038cc088d70993c2bfbe342 | |
parent | 49d669ccf33a772e3baf3fe4ebb996dc015f46c1 [diff] |
target/sparc: Loosen decode of RDPSR for v7 For v7, bits [18:0] are ignored. For v8, bits [18:14] are reserved and bits [13:0] are ignored. Fixes: 668bb9b755e ("target/sparc: Move RDPSR, RDHPR to decodetree") Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>