diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:01:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:04:33 -0700 |
commit | 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch) | |
tree | b266edbb6c21db7904370d082a7966783fb9e9d4 /html/linux/312copy.subx.html | |
parent | b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff) | |
download | mu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz |
.
Diffstat (limited to 'html/linux/312copy.subx.html')
-rw-r--r-- | html/linux/312copy.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/linux/312copy.subx.html b/html/linux/312copy.subx.html index 7c7ee405..62213681 100644 --- a/html/linux/312copy.subx.html +++ b/html/linux/312copy.subx.html @@ -104,7 +104,7 @@ if ('onhashchange' in window) { <span id="L47" class="LineNr">47 </span> 89/<- %ecx 0/r32/eax <span id="L48" class="LineNr">48 </span> <span class="subxComment"># at this point dest is identical to src, including file descriptor. Now</span> <span id="L49" class="LineNr">49 </span> <span class="subxComment"># create an independent copy of the file descriptor</span> -<span id="L50" class="LineNr">50 </span> (<a href='306files.subx.html#L43'>open-fd</a> *(ebp+0x10) 0) <span class="subxComment"># false => eax</span> +<span id="L50" class="LineNr">50 </span> (<a href='306files.subx.html#L40'>open-fd</a> *(ebp+0x10) 0) <span class="subxComment"># false => eax</span> <span id="L51" class="LineNr">51 </span> 89/<- *edi 0/r32/eax <span id="L52" class="LineNr">52 </span> <span class="subxComment"># replicate offset in the new fd</span> <span id="L53" class="LineNr">53 </span> 89/<- %ebx 0/r32/eax <span class="subxComment"># fd</span> |