Changeset 5201199 in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2006-03-24T12:17:22Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4037847
Parents:
11cb08ca
Message:

Fix bad order of EPC & STATUS change in syscall_shortcut.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    r11cb08ca r5201199  
    9090                istate->epc += 4;
    9191                istate->v1 = istate->k1;
    92         } else {
    93                 print_regdump(istate);
    94                 panic("reserved instruction");
    95         }
     92        } else
     93                unhandled_exception(n, istate);
    9694}
    9795
Note: See TracChangeset for help on using the changeset viewer.