mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Fix build.
svn path=/trunk/; revision=63178
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user