Fix build.
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 6 May 2014 17:11:45 +0000 (17:11 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 6 May 2014 17:11:45 +0000 (17:11 +0000)
svn path=/trunk/; revision=63178

reactos/subsystems/ntvdm/emulator.c

index fe4bdfd..cbe3e1e 100644 (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;