Subversion Repositories HelenOS

Rev

Rev 2927 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 4346
Line 29... Line 29...
29
.text
29
.text
30
 
30
 
31
.global panic_printf
31
.global panic_printf
32
 
32
 
33
panic_printf:
33
panic_printf:
34
	bl debug_printf
34
	bl printf
35
	bl cpu_halt
35
	bl cpu_halt