lm32: fix exception handling
authorMichael Walle <michael@walle.cc>
Tue, 12 Apr 2011 22:29:33 +0000 (00:29 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Tue, 3 May 2011 08:48:40 +0000 (10:48 +0200)
commitdb1b0ac22ea94fd6927595628dc0b946151fef07
tree459d943e9c7c76e0501c849acc0f7a848be8594a
parentdf0b36600492c9672bf73472864d711074f2d41a
lm32: fix exception handling

Global interrupt enable bit is already saved within the exception handler
helper routine. Thus remove extra code in translation routines.

Additionally, debug exceptions has always DEBA as base address.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-lm32/helper.c
target-lm32/translate.c