Commit 04c8bb5d authored by Rafaël Carré's avatar Rafaël Carré

loader: fix a warning

parent 99da87a8
......@@ -212,7 +212,7 @@ static void longcount_stub(long long* z)
#endif
int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
//#define DETAILED_OUT
static inline void dbgprintf(char* fmt, ...)
static inline void dbgprintf(const char* fmt, ...)
{
#ifdef DETAILED_OUT
if(LOADER_DEBUG)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment