aboutsummaryrefslogtreecommitdiff
path: root/include/io.s
diff options
context:
space:
mode:
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