Changeset 0095368 in mainline
- Timestamp:
- 2010-05-24T19:26:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9f1372
- Parents:
- da1bafb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/panic.S
rda1bafb r0095368 39 39 /* From printf return directly to halt() */ 40 40 panic_printf: 41 jal printf42 nop43 j halt44 nop45 46 /* This code does not work, god knows why47 41 lui $ra, %hi(halt) 48 42 j printf 49 ori $ra, %lo(halt) */43 ori $ra, %lo(halt)
Note:
See TracChangeset
for help on using the changeset viewer.