Compile fix for cpu/808x.c logging

This commit is contained in:
Jasmine Iwanek
2024-08-07 02:43:19 -04:00
parent 765e65e72a
commit a4815fccfe

View File

@@ -130,10 +130,10 @@ typedef int (*OpFn)(uint32_t fetchdat);
static int tempc_fpu = 0;
#ifdef ENABLE_808X_LOG
#if 0
void dumpregs(int);
#endif
int x808x_do_log = ENABLE_808X_LOG;
int indump = 0;
static void
x808x_log(const char *fmt, ...)