From ae07bf353c71fb43ab108b306f81aa8d4bdadfca Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Sep 2019 16:24:43 -0700 Subject: 5612 --- apps/calls.subx | 2 +- html/apps/calls.subx.html | 2 +- 2 files changed, 2 insertions(+), 2 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") diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index 2004977e..78ba551b 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -242,7 +242,7 @@ if ('onhashchange' in window) { 183 # # emit pushes 184 # while true 185 # if (curr <= min) break -186 # if (*curr == '%' || *curr == '*') +186 # if *curr in '%' '*' 187 # write-buffered(out, "ff 6/subop/push ") 188 # write-slice-buffered(out, curr) 189 # write-buffered(out, "/imm32\n") -- cgit 1.4.1-2-gfad0