Subversion Repositories HelenOS-historic

Rev

Rev 190 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 190 Rev 210
Line 33... Line 33...
33
 
33
 
34
panic_printf:
34
panic_printf:
35
	lis %r14, halt@ha
35
	lis %r14, halt@ha
36
	addi %r14, %r14, halt@l
36
	addi %r14, %r14, halt@l
37
	mtlr %r14	# fake stack to make printf return to halt
37
	mtlr %r14	# fake stack to make printf return to halt
38
	b printf
-
 
39
 
38
	b printf
-
 
39