about summary refs log tree commit diff stats
path: root/html/linux/132slurp.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/132slurp.subx.html')
-rw-r--r--html/linux/132slurp.subx.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/linux/132slurp.subx.html b/html/linux/132slurp.subx.html
index d70a0126..3a5e0724 100644
--- a/html/linux/132slurp.subx.html
+++ b/html/linux/132slurp.subx.html
@@ -15,13 +15,13 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
+.subxS1Comment { color: #0000af; }
 .subxS2Comment { color: #8a8a8a; }
 .LineNr { }
-.subxFunction { color: #af5f00; text-decoration: underline; }
-.subxS1Comment { color: #0000af; }
 .Constant { color: #008787; }
-.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
 .subxTest { color: #5f8700; }
+.subxFunction { color: #af5f00; text-decoration: underline; }
+.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
 -->
 </style>
 
@@ -157,7 +157,7 @@ if ('onhashchange' in window) {
 <span id="L98" class="LineNr"> 98 </span>    e8/call  <a href='101_write.subx.html#L12'>_write</a>/disp32
 <span id="L99" class="LineNr"> 99 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L100" class="LineNr">100 </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="L101" class="LineNr">101 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
+<span id="L101" class="LineNr">101 </span>    <span class="subxS1Comment"># . syscall_exit(1)</span>
 <span id="L102" class="LineNr">102 </span>    bb/copy-to-ebx  1/imm32
 <span id="L103" class="LineNr">103 </span>    e8/call  <a href='000init.subx.html#L18'>syscall_exit</a>/disp32
 <span id="L104" class="LineNr">104 </span>    <span class="subxComment"># never gets here</span>