diff options
author | Peter Maydell | 2015-11-24 15:12:15 +0100 |
---|---|---|
committer | Peter Maydell | 2015-11-24 15:12:15 +0100 |
commit | e14f0eb12f920fd96b9f79d15cedd437648e8667 (patch) | |
tree | b21a11aa3359041b2a637ac8bc709ea1b7970bff /target-arm/helper.c | |
parent | target-arm: Don't mask out bits [47:40] in LPAE descriptors for v8 (diff) | |
download | qemu-e14f0eb12f920fd96b9f79d15cedd437648e8667.tar.gz qemu-e14f0eb12f920fd96b9f79d15cedd437648e8667.tar.xz qemu-e14f0eb12f920fd96b9f79d15cedd437648e8667.zip |
target-arm/translate-a64.c: Correct unallocated checks for ldst_excl
The checks for the unallocated encodings in the ldst_excl group
(exclusives and load-acquire/store-release) were not correct. This
error meant that in turn we ended up with code attempting to handle
the non-existent case of "non-exclusive load-acquire/store-release
pair". Delete that broken and now unreachable code.
Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com>
Diffstat (limited to 'target-arm/helper.c')
0 files changed, 0 insertions, 0 deletions