about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-27 00:52:44 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-27 00:52:44 -0700
commitffd4a419b4f47d1e9c152ea06fa5255edadfdc92 (patch)
tree1a50e5cb51cb8548c3ec17e9c1f5438e65ac627f
parent999c529cb972079df3bc693945be34a77336ddf4 (diff)
downloadmu-ffd4a419b4f47d1e9c152ea06fa5255edadfdc92.tar.gz
5717
-rw-r--r--051test.subx2
-rw-r--r--html/051test.subx.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/051test.subx b/051test.subx
index a49022e0..846e6cee 100644
--- a/051test.subx
+++ b/051test.subx
@@ -21,7 +21,7 @@ Entry:  # manual test
     cd/syscall  0x80/imm8
 
 # print msg to stderr if a != b, otherwise print "."
-check-ints-equal:  # (a : int, b : int, msg : (address array byte))
+check-ints-equal:  # a : int, b : int, msg : (address array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
diff --git a/html/051test.subx.html b/html/051test.subx.html
index 8f113a0e..c60561c2 100644
--- a/html/051test.subx.html
+++ b/html/051test.subx.html
@@ -80,7 +80,7 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr"> 21 </span>    cd/syscall  0x80/imm8
 <span id="L22" class="LineNr"> 22 </span>
 <span id="L23" class="LineNr"> 23 </span><span class="subxComment"># print msg to stderr if a != b, otherwise print &quot;.&quot;</span>
-<span id="L24" class="LineNr"> 24 </span><span class="subxFunction">check-ints-equal</span>:  <span class="subxComment"># (a : int, b : int, msg : (address array byte))</span>
+<span id="L24" class="LineNr"> 24 </span><span class="subxFunction">check-ints-equal</span>:  <span class="subxComment"># a : int, b : int, msg : (address array byte)</span>
 <span id="L25" class="LineNr"> 25 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L26" class="LineNr"> 26 </span>    55/push-ebp
 <span id="L27" class="LineNr"> 27 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>