]> git.proxmox.com Git - qemu.git/commit - target-s390x/ioinst.c
s390x/ioinst: Fixed priority of operand exceptions
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 25 Jun 2013 12:59:12 +0000 (14:59 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 30 Jul 2013 14:11:00 +0000 (16:11 +0200)
commit71ed827abd57dc7947ce3316118d0e601e70fac9
tree9454732b113dccf5412cefaa3e1fb478f68ff5dc
parent7ae5a7c0f63cc625cf31a9c9f18cc07f4049e48f
s390x/ioinst: Fixed priority of operand exceptions

Operand exceptions have a lower priority than specification and address
exceptions. Thus the checks for operand exceptions must be done later.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/ioinst.c