diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-03 02:17:53 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-03 02:17:53 -0800 |
commit | 68071dca1e26e6100c288b69af4fea375754e2b1 (patch) | |
tree | bee8f5dcf6c3923cdeabeaa18ecad5bebcae16fa /apps | |
parent | 7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (diff) | |
download | mu-68071dca1e26e6100c288b69af4fea375754e2b1.tar.gz |
5877
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 534f247d..21c38d22 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -246,7 +246,7 @@ == data -Program: # (addr (handle function)) +Program: # (ref (handle function)) 0/imm32 Function-name: @@ -3101,7 +3101,7 @@ emit-subx: # out : (addr buffered-file) 57/push-edi # edi = out 8b/-> *(ebp+8) 7/r32/edi - # var curr/ecx : (handle function) = Program + # var curr/ecx : (handle function) = *Program 8b/-> *Program 1/r32/ecx { # if (curr == null) break |