commit | f7816e284b72820b295b2d377cc635d7305f6728 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Fri Nov 13 08:26:49 2009 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Dec 14 08:44:55 2009 +0100 |
tree | 055076ff17b771eb53105f3ab69ca0e5e95f2871 | |
parent | 5dd48a235c3f78620e582ebb253d64d02747d173 [diff] |
microblaze: Remove saving and restoring before calling signal code 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>