X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcommon%2Fprintf.s;h=b164e887ddd674b40e3d21d1f014af244271bf1c;hb=6657214a18d41ce76e9ea1bc8b67977ee13d3645;hp=3f95f8e6b067008c01774705669dede275f995b1;hpb=27f600e9863606c26d2a2ebae2a3d910d3e2cb7b;p=cc65 diff --git a/libsrc/common/printf.s b/libsrc/common/printf.s index 3f95f8e6b..b164e887d 100644 --- a/libsrc/common/printf.s +++ b/libsrc/common/printf.s @@ -60,11 +60,10 @@ _printf: lda (ptr1),y jsr pushax -; Push va_list (last parameter to vfprintf) +; Load va_list (last and __fastcall__ parameter to vfprintf) lda ptr1 ldx ptr1+1 - jsr pushax ; Call vfprintf