qemu/target-s390x
Aurelien Jarno 9bebf9863b target-s390x: fix PSW value on dynamical exception from helpers
runtime_exception computes the psw.addr value using the actual exception
address and the instruction length computed by calling the get_ilen
function. However as explained above the get_ilen code, it returns the
actual instruction length, and not the ILC. Therefore there is no need to
multiply the value by 2.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
2015-06-05 01:37:58 +02:00
..
2015-05-08 10:36:19 +02:00
2015-06-05 01:37:57 +02:00
2015-06-05 01:37:57 +02:00
2015-06-02 14:56:25 +01:00
2015-05-27 17:52:03 +02:00