Skip to content

Commit a2a1725

Browse files
[libc] pop rather than push putchar return
1 parent f8ae474 commit a2a1725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc/putchar.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _putchar:
1010
push hl
1111
call _outchar
1212
pop hl
13-
push hl
13+
pop hl
1414
ret
1515

1616
extern _outchar

0 commit comments

Comments
 (0)