Subversion Repositories HelenOS

Rev

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

Rev 2200 Rev 2264
Line 83... Line 83...
83
 
83
 
84
fpu_init:
84
fpu_init:
85
    bkpt
85
    bkpt
86
    
86
    
87
panic_printf:
87
panic_printf:
88
	bl aux_printf
88
	bl debug_printf
89
	# stop gxemul
89
	# stop gxemul
90
    ldr r1, =0x10000010
90
    ldr r1, =0x10000010
91
    eor r2, r2
91
    eor r2, r2
92
    strb   r3, [r1, r2]    
92
    strb   r3, [r1, r2]    
93
    bkpt	
93
    bkpt