small fix in the stack effect comments

This commit is contained in:
igor
2026-02-20 21:09:40 +01:00
parent 2740fbe219
commit 1fed85bc0a

View File

@@ -356,8 +356,8 @@
#cr [*] -> [*] #cr [*] -> [*]
inline word cr 10 putc end inline word cr 10 putc end
#puts [* | x] -> [*] #puts [*, addr | len] -> [*]
inline word puts write_buf cr end inline word puts write_buf cr end
#eputs [* | x] -> [*] #eputs [*, addr | len] -> [*]
inline word eputs ewrite_buf cr end inline word eputs ewrite_buf cr end