Update the RX GCC port - optimised build is working, unoptimised not.

This commit is contained in:
Richard Barry 2010-09-21 21:04:39 +00:00
parent 1c56717a0f
commit b2238eb8c0
33 changed files with 6601 additions and 229 deletions

View file

@ -18,7 +18,7 @@
void INT_Excep_SuperVisorInst(void){/* brk(); */}
// Exception(Undefined Instruction)
void INT_Excep_UndefinedInst(void){/* brk(); */}
void INT_Excep_UndefinedInst(void){ __asm volatile ("brk"); }
// Exception(Floating Point)
void INT_Excep_FloatingPoint(void){/* brk(); */}