diff options
Diffstat (limited to 'cat.s')
-rw-r--r-- | cat.s | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,7 +77,9 @@ process_fd: call outpstring mov rcx, [r10] and rcx, 0xff + mov rax, 128 sub rcx, rax + sub [r10], rax jmp .docaret .endsmflushandcont: mov [smallbuf], rcx |