!verbose
Some checks failed
CI (Linux) / build-linux (-U_FORTIFY_SOURCE, gcc, gcc, g++, mametiny, tiny) (push) Has been cancelled
CI (Linux) / build-linux (clang, clang, clang++, mame, mame) (push) Has been cancelled
CI (macOS) / build-macos (push) Has been cancelled
CI (Windows) / build-windows (clang, clang, clang++, mametiny, tiny) (push) Has been cancelled
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Has been cancelled

This commit is contained in:
Andrei Holub 2024-12-27 13:56:48 -05:00
parent 496d650c6b
commit aa707ce97a

View File

@ -11,7 +11,7 @@
#define LOG_VAX (1U << 1)
#define VERBOSE ( LOG_GENERAL | LOG_VAX )
//#define VERBOSE ( LOG_GENERAL | LOG_VAX )
#include "logmacro.h"
#define UNIMPLEMENTED(msg) LOG("Unimplemented: %s\n", msg)