diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:18:34 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 14:18:34 -0800 |
commit | 3db4ab11c4849937c935b62f11b6daf6f9b3e03d (patch) | |
tree | a53b4ae6609a3993dbc6c4e064048c26a8cc159b | |
parent | 1862ab4252bf4942751e59b9dff5648eabb2c854 (diff) | |
download | mu-3db4ab11c4849937c935b62f11b6daf6f9b3e03d.tar.gz |
5938
-rw-r--r-- | apps/mu.subx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 55181441..b5ff74ec 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -4987,6 +4987,7 @@ $emit-subx-call:end: c3/return emit-subx-call-operand: # out: (addr buffered-file), operand: (handle variable) + # shares code with emit-subx-var-as-rm32 # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp |