Z80.cb_context fix.

This commit is contained in:
redcode
2015-03-11 06:04:48 +01:00
parent 3350a049bd
commit aba94124fa

View File

@@ -37,7 +37,7 @@ typedef struct {
quint8 r7;
Q32Bit data;
# ifndef EMULATION_CPU_Z80_NO_SLOTS
# ifdef EMULATION_CPU_Z80_NO_SLOTS
void* cb_context;
# endif