]> git.proxmox.com Git - qemu.git/commit
target-s390: Fix PSW_MASK handling
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Sep 2012 19:06:15 +0000 (12:06 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:27 +0000 (12:00 -0800)
commit51855ecf1a9d5a8388778571b8ab32134e83f378
tree4051cc2789b484a534b55f055a84ffe90f201d73
parent2f22e2ec79c07de03016adefb166cf01745fc852
target-s390: Fix PSW_MASK handling

We were treating psw.mask as the 32-bit quantity it is in ESA mode.
In particular, the CC field was at the wrong place.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/helper.c
target-s390x/translate.c