Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 665 → Rev 666

/kernel/trunk/arch/sparc64/src/panic.S
28,10 → 28,15
 
.text
 
#include <arch/stack.h>
 
.global panic_printf
panic_printf:
save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp
call printf
nop
call halt
nop
/* Not reached. */
restore