Subversion Repositories HelenOS

Rev

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

Rev 2300 Rev 2464
Line 31... Line 31...
31
.global panic_printf
31
.global panic_printf
32
 
32
 
33
panic_printf:
33
panic_printf:
34
	bl debug_printf
34
	bl debug_printf
35
	bl cpu_halt
35
	bl cpu_halt
36
 
-