Changes in kernel/arch/mips32/src/panic.S [0095368:df4ed85] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/panic.S
r0095368 rdf4ed85 27 27 # 28 28 29 .text 29 .text 30 30 31 31 .set noat … … 34 34 35 35 #include <arch/asm/regname.h> 36 36 37 37 .global panic_printf 38 38 39 /* From printf return directly to halt() */ 39 /* From printf return directly to halt() */ 40 40 panic_printf: 41 lui $ra, %hi(halt) 41 jal printf 42 nop 43 j halt 44 nop 45 /* This code does not work, god knows why */ 46 /* lui $ra, %hi(halt) 42 47 j printf 43 ori $ra, %lo(halt) 48 ori $ra, %lo(halt) */
Note:
See TracChangeset
for help on using the changeset viewer.