about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-09 16:27:20 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:49 -0700
commitf4db2fda33c2a9b369c87e70753d2e19cf35626d (patch)
treea6c1cd7135ddaad1eac6d6bd2d27ff644f484c71
parent680ed2ccaefd04ecb0512c3caea5fb72ed58ab6f (diff)
downloadmu-f4db2fda33c2a9b369c87e70753d2e19cf35626d.tar.gz
-
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 8c0308e8..59ceea83 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -3391,7 +3391,7 @@ populate-mu-function-header:  # first-line: (addr stream byte), out: (addr funct
     3d/compare-eax-and 0/imm32/false
     0f 85/jump-if-!= $populate-mu-function-header:error1/disp32
     # save function name
-    (slice-to-string Heap %ecx %edi)  # Function-name => eax
+    (slice-to-string Heap %ecx %edi)  # Function-name
     # save function inouts
     {
 $populate-mu-function-header:check-for-inout: