about summary refs log tree commit diff stats
path: root/shell/primitives.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-12 21:11:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-12 21:11:22 -0700
commit0dda332ce36f751b8431fd30cbf7f42501e85800 (patch)
treedc87ee8377f9afca3662f79b4399e744f5691598 /shell/primitives.mu
parent82fdf176c1209ccc170fb2c9528cb7254c24bf83 (diff)
downloadmu-0dda332ce36f751b8431fd30cbf7f42501e85800.tar.gz
.
Roll back to commit 70919b45f0. Recent commits add lots of extra function
args for dubious benefit.
Diffstat (limited to 'shell/primitives.mu')
-rw-r--r--shell/primitives.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/primitives.mu b/shell/primitives.mu
index 2c2c4880..3ea943a5 100644
--- a/shell/primitives.mu
+++ b/shell/primitives.mu
@@ -508,7 +508,7 @@ fn test-evaluate-missing-arg-in-add {
   var globals/edx: (addr global-table) <- address globals-storage
   initialize-globals globals
   #
-  evaluate tmp-ah, tmp-ah, *nil-ah, globals, t, 0/no-screen, 0/no-keyboard, 0/definitions-created, 0/unused-outer-screen, 0/unused-outer-keyboard, 0/call-number
+  evaluate tmp-ah, tmp-ah, *nil-ah, globals, t, 0/no-screen, 0/no-keyboard, 0/definitions-created, 0/call-number
   # no crash
 }