aboutsummaryrefslogtreecommitdiff
path: root/include/io.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-08-15 11:19:56 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-08-15 11:19:56 +0200
commit2e1dfe4b2943fa4339081b8bb1ce03ed9470169d (patch)
tree9de676545f81fd74675b813186400cd1b5fddfde /include/io.s
parent27a869869a20047bc1798a16bf87b3b4970c5f2d (diff)
downloaduskel-2e1dfe4b2943fa4339081b8bb1ce03ed9470169d.tar.gz
uskel-2e1dfe4b2943fa4339081b8bb1ce03ed9470169d.tar.bz2
unify stuffs
Diffstat (limited to 'include/io.s')
-rw-r--r--include/io.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/io.s b/include/io.s
index 7e78c1b..205f144 100644
--- a/include/io.s
+++ b/include/io.s
@@ -15,14 +15,14 @@ _io_s_file:
mov %rsp, %r15
sub $1, %r15
movb $0x0a, (%r15)
- print_fini_next:
+ print_fini_loop:
mov %al, %bl
and $1, %bl
add $0x30, %bl
sub $1, %r15
movb %bl, (%r15)
shr $1, %rax
- jnz print_fini_next
+ jnz print_fini_loop
mov $0, %rdi #stdin
mov %rsp, %rdx