diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-02 16:24:43 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-02 16:34:31 -0700 |
commit | ae07bf353c71fb43ab108b306f81aa8d4bdadfca (patch) | |
tree | fce70f892207d41a4cb7b370be17511b76f0787d /apps | |
parent | e8a1153af1bc5fe394837b9cefb6165ea9c6b416 (diff) | |
download | mu-ae07bf353c71fb43ab108b306f81aa8d4bdadfca.tar.gz |
5612
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calls.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calls.subx b/apps/calls.subx index c07de7da..00d7c3ac 100644 --- a/apps/calls.subx +++ b/apps/calls.subx @@ -183,7 +183,7 @@ emit-call: # out : (address buffered-file), words : (address stream slice) # # emit pushes # while true # if (curr <= min) break - # if (*curr == '%' || *curr == '*') + # if *curr in '%' '*' # write-buffered(out, "ff 6/subop/push ") # write-slice-buffered(out, curr) # write-buffered(out, "/imm32\n") |