about summary refs log tree commit diff stats
path: root/html/shell/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/main.mu.html')
-rw-r--r--html/shell/main.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html
index 3db8fdab..adfa5363 100644
--- a/html/shell/main.mu.html
+++ b/html/shell/main.mu.html
@@ -86,7 +86,7 @@ if ('onhashchange' in window) {
 <span id="L28" class="LineNr">28 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> copy _self
 <span id="L29" class="LineNr">29 </span>  <span class="PreProc">var</span> s-storage: (stream byte <span class="Constant">0x200</span>)
 <span id="L30" class="LineNr">30 </span>  <span class="PreProc">var</span> s/<span class="Constant">ebx</span>: (addr stream byte) <span class="Special">&lt;-</span> address s-storage
-<span id="L31" class="LineNr">31 </span>  load-first-sector-from-primary-bus-secondary-drive s
+<span id="L31" class="LineNr">31 </span>  <a href='../boot.subx.html#L817'>load-first-sector-from-primary-bus-secondary-drive</a> s
 <span id="L32" class="LineNr">32 </span>  <span class="Delimiter">{</span>
 <span id="L33" class="LineNr">33 </span>    <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> s
 <span id="L34" class="LineNr">34 </span>    compare done?, <span class="Constant">0</span>/false