- Cleanedup toolchain

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@381 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-14 17:19:29 +00:00
parent 5f24a7e1dc
commit 58f704112c
15 changed files with 184 additions and 329 deletions
+2 -2
View File
@@ -113,8 +113,6 @@ int _xcpt_deliver(struct xcptcontext * _xcp)
sputs("Unhandled exception <");
sputs(_xcpt_code_str[exc_code]);
sputs("> at PC : ");
print_word(_xcp->epc);
sputs("\n");
if (_xcp->cr & 0x80000000)
{
@@ -124,6 +122,8 @@ int _xcpt_deliver(struct xcptcontext * _xcp)
{
pInstr = (int*)(_xcp->epc);
}
print_word((int)pInstr);
sputs("\n");
sputs("Instruction at exception address : ");
print_word(*pInstr);