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)
commitecbe1de82362e73c2b1111770c4a91b675a6fca2
tree459d943e9c7c76e0501c849acc0f7a848be8594a
parent4a043713b34af8947a4e8f40a9f4f43d7a6d2ae9
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