mips,start: leave space for exception handler at 0x80000180
This commit is contained in:
parent
e8f6374f4b
commit
5051c13e02
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ _start:
|
|||
move $fp, $zero
|
||||
la $sp, _stack_pointer
|
||||
jal _trm_init
|
||||
|
||||
.fill 0x200
|
||||
|
|
Loading…
Add table
Reference in a new issue