about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-29 22:04:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-29 22:06:50 -0700
commit8fe51755bf9a0ac7270599cf096e7fc2ffd50c83 (patch)
tree093756f9609346a2a0d2647281384109ae3a5e86 /apps/mu.subx
parent2486881de014162a13ea9b11a72caac21fae051e (diff)
downloadmu-8fe51755bf9a0ac7270599cf096e7fc2ffd50c83.tar.gz
7143
Am I starting to have too much code duplication?
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index a2ed8019..98f77faa 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -19131,7 +19131,7 @@ emit-pop-register:  # out: (addr buffered-file), reg: (addr array byte)
       (write-buffered *(ebp+8) "/x32\n")
       (emit-indent *(ebp+8) *Curr-block-depth)
       (write-buffered *(ebp+8) "81 0/subop/add %esp 4/imm32\n")
-      e9/jump $emit-push-register:end/disp32
+      e9/jump $emit-pop-register:end/disp32
     }
     # otherwise pop to gp register
     (emit-indent *(ebp+8) *Curr-block-depth)