about summary refs log tree commit diff stats
path: root/html/092write-int.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-12 12:15:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-12 14:52:07 -0800
commitfa786ea791469364d635b6a5eb877b0c4e3333ce (patch)
tree090da2376f69341f9038e182ccf14c6a1cf91b9f /html/092write-int.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/092write-int.subx.html')
-rw-r--r--html/092write-int.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/092write-int.subx.html b/html/092write-int.subx.html
index fe9d318e..f8deb37c 100644
--- a/html/092write-int.subx.html
+++ b/html/092write-int.subx.html
@@ -102,7 +102,7 @@ if ('onhashchange' in window) {
 <span id="L42" class="LineNr"> 42 </span>    68/push  <span class="Constant">&quot;write-int: out of space\n&quot;</span>/imm32
 <span id="L43" class="LineNr"> 43 </span>    68/push  2/imm32/stderr
 <span id="L44" class="LineNr"> 44 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L45" class="LineNr"> 45 </span>    e8/call  <a href='050_write.subx.html#L37'>_write</a>/disp32
+<span id="L45" class="LineNr"> 45 </span>    e8/call  <a href='050_write.subx.html#L14'>_write</a>/disp32
 <span id="L46" class="LineNr"> 46 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L47" class="LineNr"> 47 </span>    81          0/subop/add         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              8/imm32           <span class="subxComment"># add to esp</span>
 <span id="L48" class="LineNr"> 48 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>