Slight changes to CPU and FPU instruction logging.

This commit is contained in:
OBattler
2018-09-20 18:08:34 +02:00
parent 93fb8d538f
commit 3d1e52e6e9
5 changed files with 65 additions and 42 deletions

View File

@@ -77,7 +77,7 @@ int x386_dynarec_do_log = ENABLE_386_DYNAREC_LOG;
#endif
static void
void
x386_dynarec_log(const char *fmt, ...)
{
#ifdef ENABLE_386_DYNAREC_LOG