target-s390: Reorg exception handling
authorRichard Henderson <rth@twiddle.net>
Sat, 15 Sep 2012 02:31:57 +0000 (19:31 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:28 +0000 (12:00 -0800)
commitd5a103cd6eb3b407feb4e007cb778a89b1b20c5f
treea8da947bf166ce28ad61ccb0b85d4975b08e8a7b
parent3fde06f5fb67dd9e5373b8105318e74e18eec895
target-s390: Reorg exception handling

Make the user path more like the system path.  Prepare for more kinds
of runtime exceptions.  Rename ILC to ILEN to make it clear that we
want to pass around a full instruction length, rather than a "code"
that happens to be stored one bit left in a larger field.

Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/main.c
linux-user/s390x/syscall.h
target-s390x/cpu.h
target-s390x/helper.c
target-s390x/mem_helper.c
target-s390x/misc_helper.c
target-s390x/translate.c