- call crt stuff correctly
git-svn-id: http://moon:8086/svn/mips@111 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
+6
-3
@@ -1,10 +1,13 @@
|
||||
#include <regdef.h>
|
||||
#include <xcpt_asm.h>
|
||||
|
||||
.section .exc_vect
|
||||
.text
|
||||
.section .exc_vect, "ax"
|
||||
.align 2
|
||||
_xcpt_vector_tbl:
|
||||
.fill 16, 4, 0
|
||||
|
||||
la k0, _xcpt_handler
|
||||
jr k0
|
||||
nop
|
||||
.text
|
||||
|
||||
LEAF(_xcpt_handler)
|
||||
|
||||
Reference in New Issue
Block a user