Index: boot/arch/mips64/src/asm.S
===================================================================
--- boot/arch/mips64/src/asm.S	(revision 2429e4a21037762ab4104bb2ea7d71156b2fbf0d)
+++ boot/arch/mips64/src/asm.S	(revision 3e01316fd558e3235487a9cfe2a4fe29615ff69a)
@@ -47,7 +47,7 @@
 	 *  - Enable 64-bit user addressing mode
 	 */
-	dmfc0 $a0, $status
+	mfc0 $a0, $status
 	ori $a0, 0x00e0
-	dmtc0 $a0, $status
+	mtc0 $a0, $status
 	
 	/*
