Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1749 → Rev 1748

/kernel/trunk/arch/mips32/src/start.S
191,6 → 191,9
/* Not sure about this, but might be needed for PIC code???? */
lui $gp, 0x8000
lui $a3, 0x8000
addu $a1, $a1, $a3
lui $a3, %hi(bootinfo)
ori $a3, $a3, %lo(bootinfo)