Changeset 7614565 in mainline for arch/sparc64/src/panic.S
- Timestamp:
- 2005-12-27T21:40:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- feb5915
- Parents:
- 1120276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/panic.S
r1120276 r7614565 29 29 .text 30 30 31 #include <arch/stack.h> 32 31 33 .global panic_printf 32 34 panic_printf: 35 save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp 33 36 call printf 34 37 nop … … 36 39 nop 37 40 /* Not reached. */ 41 restore 42
Note:
See TracChangeset
for help on using the changeset viewer.