microblaze: Remove saving and restoring before calling signal code
authorMichal Simek <monstr@monstr.eu>
Fri, 13 Nov 2009 07:26:49 +0000 (08:26 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:44:55 +0000 (08:44 +0100)
Saving is done in SAVE_STATE macros that's why another save discard
previous saved value.

This change has no effect to normal programs because they ends in any exception
and they are killed. On the other side has effect on debugging.

Signed-off-by: Michal Simek <monstr@monstr.eu>

No differences found