Changeset 02a99d2 in mainline for arch/mips/src/panic.s
- Timestamp:
- 2005-05-11T19:51:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69515260
- Parents:
- 45671f48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/panic.s
r45671f48 r02a99d2 33 33 .set nomacro 34 34 35 .global panic 35 .global panic_printf 36 36 37 panic :37 panic_printf: 38 38 jal printf 39 39 nop
Note:
See TracChangeset
for help on using the changeset viewer.