1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@516 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-12-01 21:41:28 +00:00
parent e02b3e91c8
commit e3022d904d

View File

@ -1,5 +1,5 @@
;
; int vprintf (FILE* f, const char* Format, va_list ap);
; int vfprintf (FILE* f, const char* Format, va_list ap);
;
; Ullrich von Bassewitz, 1.12.2000
;
@ -56,7 +56,7 @@ out:
sta ptr1+1
dey ; Offset of D on stack (6)
lda (sp),y
sta ptr1
sta ptr1
dey ; Offset of ptr+1 in struct outdesc (5)
lda (ptr1),y
tax