target-alpha: Use do_restore_state for arithmetic exceptions.
authorRichard Henderson <rth@twiddle.net>
Mon, 25 Apr 2011 19:20:27 +0000 (12:20 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:05 +0000 (10:18 -0700)
commit2d9671d391531a9bc3e79b8a7538dd06f3094623
tree516807affd7e0575f529a303ce50475f27ba4a7a
parentb5f1aa64442409cca7a146f34fc0fd53ac8a3527
target-alpha: Use do_restore_state for arithmetic exceptions.

This gets the PC right after an arithmetic exception.  Also tidies
the code in the TLB fault handlers to use common code.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/op_helper.c