Reflect changes to ISA
[riscv-tests.git] / benchmarks / dgemm / dgemm_main.c
index 7c8ce7c9ae92450b9326c80fb2a69c231da02e1a..72c90efd2d1ad161ab391ed5228a4f050f7a08fe 100644 (file)
@@ -70,7 +70,7 @@ void finishTest( int toHostValue )
     printf( "*** FAILED *** (tohost = %d)\n", toHostValue );
   exit(0);
 #else
-  asm( "mtpcr %0, cr30" : : "r" (toHostValue) );
+  asm( "mtpcr %0, tohost" : : "r" (toHostValue) );
   while ( 1 ) { }
 #endif
 }