Rewrote vprintf in assembler and made it __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@2186 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -53,7 +53,6 @@ C_OBJS = _afailed.o \
|
||||
strtok.o \
|
||||
system.o \
|
||||
timezone.o \
|
||||
vprintf.o \
|
||||
vsscanf.o
|
||||
|
||||
|
||||
@@ -139,6 +138,7 @@ S_OBJS = _fdesc.o \
|
||||
tolower.o \
|
||||
toupper.o \
|
||||
vfprintf.o \
|
||||
vprintf.o \
|
||||
vsprintf.o \
|
||||
zerobss.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user