about summary refs log tree commit diff stats
path: root/html/020syscalls.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/020syscalls.cc.html')
-rw-r--r--html/020syscalls.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/020syscalls.cc.html b/html/020syscalls.cc.html
index 2532168a..4e744513 100644
--- a/html/020syscalls.cc.html
+++ b/html/020syscalls.cc.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/020syscalls.cc'>https://github.com/akkartik/mu/blob/master/020syscalls.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/020syscalls.cc'>https://github.com/akkartik/mu/blob/main/020syscalls.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Delimiter">:(before &quot;End Initialize Op Names&quot;)</span>
 <span id="L2" class="LineNr">  2 </span><a href='001help.cc.html#L235'>put_new</a><span class="Delimiter">(</span><span class="SpecialChar"><a href='010vm.cc.html#L355'>Name</a></span><span class="Delimiter">,</span> <span class="Constant">&quot;cd&quot;</span><span class="Delimiter">,</span> <span class="Constant">&quot;software interrupt (int)&quot;</span><span class="Delimiter">);</span>