- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user