FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
[oweals/u-boot.git] / cpu / nios2 / exceptions.S
index d3b95cfc7aacd73ae4597069dc2957c06676e527..b9c7a587e14130c4da249a7e841e22bd162dbecc 100644 (file)
@@ -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