Explorar el Código

* timer instead of stopuhr used

florian hace 21 años
padre
commit
ea0510c984
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/bench/drystone.pas

+ 1 - 1
tests/bench/drystone.pas

@@ -1,7 +1,7 @@
 PROGRAM Dhrystone( input, output );
 
   uses
-      stopuhr;
+    timer;
 
 {
  *   "DHRYSTONE" Benchmark Program