summaryrefslogtreecommitdiffstats
path: root/cpu/nios2/exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios2/exceptions.S')
-rw-r--r--cpu/nios2/exceptions.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/nios2/exceptions.S b/cpu/nios2/exceptions.S
index d3b95cfc7a..b9c7a587e1 100644
--- a/cpu/nios2/exceptions.S
+++ b/cpu/nios2/exceptions.S
@@ -30,6 +30,9 @@
.global _exception
+ .set noat
+ .set nobreak
+
_exception:
/* SAVE ALL REGS -- this allows trap and unimplemented
* instruction handlers to be coded conveniently in C
OpenPOWER on IntegriCloud