Changeset ffc277e in mainline for arch/mips/src/panic.S
- Timestamp:
- 2005-09-10T00:52:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/panic.S
rb02e5d1 rffc277e 33 33 .set nomacro 34 34 35 #include <arch/asm/regname.h> 36 35 37 .global panic_printf 36 38 39 /* From printf return directly to halt() */ 37 40 panic_printf: 38 jal printf 39 nop 40 j cpu_halt 41 nop 42 41 lui $ra, %hi(halt) 42 j printf 43 ori $ra, %lo(halt)
Note:
See TracChangeset
for help on using the changeset viewer.