aboutsummaryrefslogtreecommitdiffstats
path: root/asm/jo_r_cpyhead.asm
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 23:18:01 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 23:18:01 +0200
commit10eb96e23e4f3edd585bc099b9333d97f4c2b366 (patch)
treea16a1ef35d1fe6440bba94e55cd01f52162d6d32 /asm/jo_r_cpyhead.asm
parentWhitespaces fix (diff)
downloadlowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.gz
lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.bz2
lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.xz
lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.tar.zst
lowbat-bsd-10eb96e23e4f3edd585bc099b9333d97f4c2b366.zip
Bug fix
Diffstat (limited to 'asm/jo_r_cpyhead.asm')
-rw-r--r--asm/jo_r_cpyhead.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/jo_r_cpyhead.asm b/asm/jo_r_cpyhead.asm
index 8070e0b..35cdcb2 100644
--- a/asm/jo_r_cpyhead.asm
+++ b/asm/jo_r_cpyhead.asm
@@ -28,7 +28,7 @@ jo_r_cpyhead: ; jo_r_cpyhead(percent: rdi)
xor rax, rax
mov al, 0x1
push rdi
- cal sprintf
+ call sprintf
pop rdi
mov rax, rdi
retq