diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-27 22:55:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:47 -0700 |
commit | 995addfe17ca1152f36ceeea7955a3a8aa8fa1ee (patch) | |
tree | dbf4fffb233d2867f139df2326a140e1c86d0777 /apps | |
parent | 35afbab4609abd8ad05c49fe00ba10b364d00fdd (diff) | |
download | mu-995addfe17ca1152f36ceeea7955a3a8aa8fa1ee.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 fae6b630..4ebf60f8 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -5754,7 +5754,7 @@ new-literal: # ad: (addr allocation-descriptor), name: (addr slice), out: (addr # s = slice-to-string(name) (slice-to-string Heap *(ebp+0xc) %ecx) # allocate to out - (new-var *(ebp+8) *ecx *(ecx+4) *(ebp+0x10) + (new-var *(ebp+8) *ecx *(ecx+4) *(ebp+0x10)) # ecx = out 8b/-> *(ebp+0x10) 1/r32/ecx # out->type = new type |