- removed call to dbg_init()
- added call to libsys_init() which calls dbg_init(). libsys_init() is in libsys.c Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@636 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -8,7 +8,7 @@ argv: .word argv0
|
|||||||
.text
|
.text
|
||||||
.section .start, "ax"
|
.section .start, "ax"
|
||||||
.extern _init
|
.extern _init
|
||||||
.extern dbg_init
|
.extern libsys_init
|
||||||
.extern _exc_vect_start
|
.extern _exc_vect_start
|
||||||
.extern _xcpt_handler
|
.extern _xcpt_handler
|
||||||
.align 2
|
.align 2
|
||||||
@@ -51,8 +51,8 @@ $install: lw $v0, 0($t1)
|
|||||||
jalr $k0
|
jalr $k0
|
||||||
nop
|
nop
|
||||||
|
|
||||||
# Call dbg_init
|
# Call libsys_init
|
||||||
la $k0, dbg_init
|
la $k0, libsys_init
|
||||||
jalr $k0
|
jalr $k0
|
||||||
nop
|
nop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user