Fix build.

svn path=/trunk/; revision=63178
This commit is contained in:
Aleksandar Andrejevic 2014-05-06 17:11:45 +00:00
parent c32b8d2f39
commit 268e540974

View file

@ -34,7 +34,7 @@ FAST486_STATE EmulatorContext;
BOOLEAN CpuSimulate = FALSE;
/* No more than 'MaxCpuCallLevel' recursive CPU calls are allowed */
const static INT MaxCpuCallLevel = 32;
static const INT MaxCpuCallLevel = 32;
static INT CpuCallLevel = 0;
LPVOID BaseAddress = NULL;