- call crt stuff correctly

git-svn-id: http://moon:8086/svn/mips@111 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-21 12:09:38 +00:00
parent ae41d3dc9e
commit 40fb6cfab8
2 changed files with 34 additions and 39 deletions
+6 -3
View File
@@ -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)