diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
commit | 901ae474300d70bcc00e7e0b420ca87c8cbf6f55 (patch) | |
tree | af60b1c8c92bfc10a6bb6bd1082a765fcc718004 /html/subx/061error.subx.html | |
parent | 0474ec865af12cff08dd255954fbccf6d38085e6 (diff) | |
download | mu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz |
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/061error.subx.html')
-rw-r--r-- | html/subx/061error.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html index e22783a5..f52ea308 100644 --- a/html/subx/061error.subx.html +++ b/html/subx/061error.subx.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span> cd/syscall 0x80/imm8 <span id="L14" class="LineNr">14 </span> <span id="L15" class="LineNr">15 </span><span class="subxComment"># write(out, "Error: "+msg+"\n") then stop(ed, 1)</span> -<span id="L16" class="LineNr">16 </span><span class="subxFunction"><a href='061error.subx.html#L16'>error</a></span>: <span class="subxComment"># ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -> <void></span> +<span id="L16" class="LineNr">16 </span><span class="subxFunction">error</span>: <span class="subxComment"># ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -> <void></span> <span id="L17" class="LineNr">17 </span> <span class="subxS1Comment"># . prolog</span> <span id="L18" class="LineNr">18 </span> 55/push-EBP <span id="L19" class="LineNr">19 </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> |