target/xtensa: fix access ring in l32ex
l32ex does memory access as all regular load/store operations at CRING level. Fix apparent pasto from l32e that caused it to use RING instead. This is a correctness issue, not a security issue, because in the worst case the privilege level of memory access may be lowered, resulting in an exception when the correct implementation would've succeeded. In no case it would allow memory access that would've raised an exception in the correct implementation. Cc: qemu-stable@nongnu.org Reviewed-by:Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by:
Max Filippov <jcmvbkbc@gmail.com>
Loading
Please register or sign in to comment