diff options
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/lib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/lib.scm b/benchmark/lib.scm index 457fc41be..e6ffc7a55 100644 --- a/benchmark/lib.scm +++ b/benchmark/lib.scm @@ -69,7 +69,7 @@ ;; 5 (br-if-not 0 3) ;; -> 11 ;; 8 (make-int8 0) ;; 0 ;; 10 (return) -;; 11 (late-variable-ref 0) +;; 11 (toplevel-ref 0) ;; 13 (local-ref 0) ;; 15 (make-int8 1) ;; 1 ;; 17 (sub) |