about summary refs log tree commit diff stats
path: root/shell/environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-09 21:05:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-09 21:05:29 -0700
commitbe9fa3780a528132ef78389354558a0c7f6773d9 (patch)
treea34f54411397964f30370404fc50751662b60c66 /shell/environment.mu
parent0aed24e222f3dc7eb29b676ba9576f77dbc6b44d (diff)
downloadmu-be9fa3780a528132ef78389354558a0c7f6773d9.tar.gz
.
Add argument to a few functions.
Diffstat (limited to 'shell/environment.mu')
-rw-r--r--shell/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/environment.mu b/shell/environment.mu
index 5f0f20f0..bc582dcd 100644
--- a/shell/environment.mu
+++ b/shell/environment.mu
@@ -191,7 +191,7 @@ fn edit-environment _self: (addr environment), key: grapheme, data-disk: (addr d
     var trace-storage: trace
     var trace/ebx: (addr trace) <- address trace-storage
     initialize-trace trace, 1/only-errors, 0x10/capacity, 0/visible
-    evaluate tmp, out-ah, nil, globals, trace, 0/no-fake-screen, 0/no-fake-keyboard, 0/call-number
+    evaluate tmp, out-ah, nil, globals, trace, 0/no-fake-screen, 0/no-fake-keyboard, 0/definitions-created, 0/call-number
     # wait for a keypress
     {
       var tmp/eax: byte <- read-key 0/keyboard