Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 68
Line 30... Line 30...
30
 
30
 
31
.set noat
31
.set noat
32
.set noreorder
32
.set noreorder
33
.set nomacro
33
.set nomacro
34
 
34
 
35
.global panic
35
.global panic_printf
36
	
36
	
37
panic:
37
panic_printf:
38
	jal printf
38
	jal printf
39
	nop
39
	nop
40
	j cpu_halt
40
	j cpu_halt
41
	nop
41
	nop
42
 
42