Browse Source

* timer instead of stopuhr used

florian 21 năm trước cách đây
mục cha
commit
ea0510c984
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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