missing #define LOG(...) in runmem.c added

This commit is contained in:
Nicolas Kruse 2025-10-18 23:20:15 +02:00
parent f594bacf7b
commit 8106cd671f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#define BLOG(...) printf(__VA_ARGS__) #define BLOG(...) printf(__VA_ARGS__)
#else #else
#define LOG(...) #define LOG(...)
#define BLOG(...)
#endif #endif
/* Globals declared extern in runmem.h */ /* Globals declared extern in runmem.h */