Fixed some compile warnings in client, minor tidy up with some dbprintf statements

This commit is contained in:
d18c7db 2010-01-04 03:08:45 +00:00
commit 1e1b303093
6 changed files with 12 additions and 285 deletions

View file

@ -19,7 +19,7 @@ DWORD BigBuf[12000];
void ReadMem(int addr);
void __attribute__((noreturn)) AppMain(void);
void SamyRun(void);
void DbpIntegers(int a, int b, int c);
//void DbpIntegers(int a, int b, int c);
void DbpString(char *str);
void Dbprintf(const char *fmt, ...);