diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-20 03:14:26 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-20 03:14:26 -0800 |
commit | 6915c2774c7567463635b2698b6317aea326be3f (patch) | |
tree | 4394d278d50212d7eb705e61f6bb6c2d5b5ac121 | |
parent | f833e0a0e70f119b907f9c36e5cc4fa2e60581e0 (diff) | |
download | mu-6915c2774c7567463635b2698b6317aea326be3f.tar.gz |
5913
-rw-r--r-- | apps/mu.subx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 20d6c2da..e5714007 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -1653,12 +1653,6 @@ parse-type: # ad: (address allocation-descriptor), in: (addr stream byte) -> re 3d/compare-eax-and 0/imm32 b8/copy-to-eax 0/imm32 0f 85/jump-if-not-equal $parse-type:end/disp32 -#? { -#? 74/jump-if-equal break/disp8 -#? (write-buffered Stderr "=> 0\n") -#? (flush Stderr) -#? e9/jump $parse-type:end/disp32 -#? } # var result/edx: (handle tree type-id) (allocate *(ebp+8) *Tree-size) # => eax (zero-out %eax *Tree-size) |