Sfoglia il codice sorgente

* timer instead of stopuhr used

florian 21 anni fa
parent
commit
ea0510c984
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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