Reflect changes to ISA
[riscv-tests.git] / benchmarks / multiply / multiply_main.c
index fcb6b2769b355c8836baed8de87401f2ee0d3f8d..f2ce12bdd04d951959dba14179eb763314ddcaa5 100644 (file)
@@ -85,7 +85,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
 }