Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1222 → Rev 1221

/kernel/trunk/arch/mips32/src/start.S
186,12 → 186,10
/* Not sure about this, but might be needed for PIC code???? */
lui $gp, 0x8000
jal arch_pre_main
jal main_bsp
nop
j main_bsp
nop
 
 
.space TEMP_STACK_SIZE
end_stack:
 
323,3 → 321,4
add $v0, $a1, 0
add $t9, $a2, 0 # Set up correct entry into PIC code
eret