Changeset feb5915 in mainline for arch/sparc64/src/panic.S
- Timestamp:
- 2005-12-29T19:17:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80bff342
- Parents:
- 7614565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/panic.S
r7614565 rfeb5915 33 33 .global panic_printf 34 34 panic_printf: 35 save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp36 35 call printf 37 36 nop … … 39 38 nop 40 39 /* Not reached. */ 41 restore42 40
Note:
See TracChangeset
for help on using the changeset viewer.