Thinko fix.
This commit is contained in:
parent
c769fbec93
commit
776e93221f
1 changed files with 3 additions and 3 deletions
|
@ -34,10 +34,10 @@ begtext:
|
||||||
|
|
||||||
addiu sp, sp, -3 * 4
|
addiu sp, sp, -3 * 4
|
||||||
sw r4, 0(sp)
|
sw r4, 0(sp)
|
||||||
sw r5, 0(sp)
|
sw r5, 4(sp)
|
||||||
sw r6, 0(sp)
|
sw r6, 8(sp)
|
||||||
|
|
||||||
b __m_a_i_n
|
j __m_a_i_n
|
||||||
nop
|
nop
|
||||||
|
|
||||||
! Define symbols at the beginning of our various segments, so that we can find
|
! Define symbols at the beginning of our various segments, so that we can find
|
||||||
|
|
Loading…
Reference in a new issue