summaryrefslogtreecommitdiff
path: root/cpu/nios2/exceptions.S
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2006-04-20 12:38:41 +0200
committerHeiko Schocher <hs@pollux.denx.de>2006-04-20 12:38:41 +0200
commit60e270a4903b3379d6859418d99aeef1d0d0cdff (patch)
tree48a033782d7f641ffd75f2be076da5b8d513254e /cpu/nios2/exceptions.S
parent9acb626fc145e7327f94fd77f927dce08dd978a8 (diff)
Fix I/O Macros and mini-app stubs for Nios-II
Patch by Scott McNutt 11, Aug 2005 -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data
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 d3b95cfc7aa..b9c7a587e14 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