printf: increase arg counter (r14) for invalid specifiers, as it's supposed to do (according to func doc)

This commit is contained in:
2025-07-15 08:55:37 +02:00
parent e593ce76d3
commit 920522e167
2 changed files with 2 additions and 1 deletions

View File

@@ -259,6 +259,7 @@ printf:
add rdi, 2
add r10, 2
add r11, 2
inc r14
jmp .process
;--- '%%' ---;