Common/ELF Loader - Debug fixes and detection for no-relocated binaries
[tpg/acess2.git] / KernelLand / Kernel / bin / elf.c
index 16da915..41e0982 100644 (file)
@@ -7,7 +7,7 @@
 #include <binary.h>\r
 \r
 #define _COMMON_H\r
-#define SysDebug(...)  LOG(v)\r
+#define SysDebug(v...) LOG(v)\r
 #define DISABLE_ELF64\r
 void   *GetSymbol(const char *Name, size_t *Size);\r
 void   *GetSymbol(const char *Name, size_t *Size) { Uint val; Binary_GetSymbol(Name, &val); if(Size)*Size=0; return (void*)val; };\r

UCC git Repository :: git.ucc.asn.au