FIX printf: NL and TAB not being counted in amount of printed chars

This commit is contained in:
2025-07-22 06:55:08 +02:00
parent d15ed616e9
commit 8f4f0a83f5

View File

@@ -213,6 +213,7 @@ printf:
mov [printfBuff + r10], r8b
add rdi, 2
inc r10
inc r11
jmp .process
;-- Replace specifiers --;