aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-timer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-timer.boot')
-rw-r--r--src/interp/g-timer.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-timer.boot b/src/interp/g-timer.boot
index 9de4e082..786ab65d 100644
--- a/src/interp/g-timer.boot
+++ b/src/interp/g-timer.boot
@@ -137,7 +137,7 @@ pushTimedName name ==
startTimingProcess name ==
updateTimedName peekTimedName()
pushTimedName name
- if EQ(name, 'load) then statRecordLoadEvent()
+ if name = 'load then statRecordLoadEvent()
stopTimingProcess name ==
(name ~= peekTimedName()) and not $InteractiveMode =>