diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-09 16:27:20 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:49 -0700 |
commit | f4db2fda33c2a9b369c87e70753d2e19cf35626d (patch) | |
tree | a6c1cd7135ddaad1eac6d6bd2d27ff644f484c71 /apps | |
parent | 680ed2ccaefd04ecb0512c3caea5fb72ed58ab6f (diff) | |
download | mu-f4db2fda33c2a9b369c87e70753d2e19cf35626d.tar.gz |
-
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 2 |
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: |