Correct address to unsupported memory type string

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-23 21:50:09 +01:00
parent 99388e0cf8
commit ea9e017dc5

View file

@ -124,7 +124,7 @@ __start:
ori $t0, $zero, GRUB_SMBUS_SPD_MEMORY_TYPE_DDR2
lui $a0, %hi(unimplemented_memory_type)
bne $t0, $v0, fatal
addiu $a0, $a0, %hi(unimplemented_memory_type)
addiu $a0, $a0, %lo(unimplemented_memory_type)
/* And here is our goal: DDR2 controller initialisation. */
lui $t0, %hi(GRUB_CPU_LOONGSON_CORECFG)