about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-07 19:29:54 -0800
committerKartik Agaram <vc@akkartik.com>2021-03-07 19:29:54 -0800
commite5b8721ca4a4c7608a275eec6c7f43f98e2a67e5 (patch)
treeff18301ee8d6af20744ae31efda361e391565a1e /shell
parent65e22a36284c9b615b42da62dc448bce48a339e9 (diff)
downloadmu-e5b8721ca4a4c7608a275eec6c7f43f98e2a67e5.tar.gz
7865
Diffstat (limited to 'shell')
-rw-r--r--shell/print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/print.mu b/shell/print.mu
index 22c00543..ff2a9ed6 100644
--- a/shell/print.mu
+++ b/shell/print.mu
@@ -1,5 +1,5 @@
 fn print-cell _in: (addr handle cell), out: (addr stream byte), trace: (addr trace) {
-  trace-text trace, "print", "print-cell"
+  trace-text trace, "print", "print"
   trace-lower trace
   var in/eax: (addr handle cell) <- copy _in
   var in-addr/eax: (addr cell) <- lookup *in