Index: test/fpu/mips1/test.c
===================================================================
--- test/fpu/mips1/test.c	(revision ffc277e3c054a3016b2cfa2ea3b7a295fd2a54c3)
+++ test/fpu/mips1/test.c	(revision 60780c5ab35bf923d6dbeef9c6ea7b26099f9c92)
@@ -87,5 +87,5 @@
 	for (i = 0; i<ATTEMPTS; i++) {
 		__asm__ volatile (
-			"ctc1 %0,$1"
+			"mtc1 %0,$1"
 			:"=r"(arg)
 			);
@@ -93,10 +93,10 @@
 		scheduler();
 		__asm__ volatile (
-			"cfc1 %0,$1"
+			"mfc1 %0,$1"
 			:"=r"(after_arg)
 			);
 		
 		if(arg != after_arg)
-			panic("Control reg tid%d: arg(%d) != %d\n", 
+			panic("General reg tid%d: arg(%d) != %d\n", 
 			      THREAD->tid, arg, after_arg);
 	}
