diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-08-19 22:48:18 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-09-01 07:41:38 -0700 |
commit | 39db007eda4310f305fdbc712d59d99284bf11d4 (patch) | |
tree | 5b876a2b976a1a2c82dc045615537b0dcb7d630a /exec-vary.c | |
parent | ccf628b7939c542cf9e46e9aaa2b0acf0888ec52 (diff) | |
download | qemu-39db007eda4310f305fdbc712d59d99284bf11d4.zip |
target/microblaze: Fix width of EDR
The exception data register is only 32-bits wide. Do not use a
64-bit type to represent it. Since cpu_edr is only used during
MSR and MTR instructions, we can just as easily use an explicit
load and store, so eliminate the variable.
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'exec-vary.c')
0 files changed, 0 insertions, 0 deletions