git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8566 8c9fc860-2736-0410-a75d-ab315db34111
@@ -244,7 +244,7 @@ TYPE
END GetValues;
BEGIN
- t1 := Machine.GetTimer() - lastProcTime;
+ t1 := ABS( Machine.GetTimer() - lastProcTime );
lastProcTime := Machine.GetTimer();
grid.model.Acquire;