- Support INIT section pragmas for msvc. Patch by Brezenbak.
[reactos.git] / reactos / ntoskrnl / ps / process.c
index 1a5c129..b2d6e61 100644 (file)
@@ -193,9 +193,10 @@ PspCreateProcess(OUT PHANDLE ProcessHandle,
     PHYSICAL_ADDRESS DirectoryTableBase;
     KAFFINITY Affinity;
     HANDLE_TABLE_ENTRY CidEntry;
-    DirectoryTableBase.QuadPart = (ULONGLONG)0;
     BOOLEAN ProcessCreated = FALSE;
 
+       DirectoryTableBase.QuadPart = (ULONGLONG)0;
+
     DPRINT("PspCreateProcess(ObjectAttributes %x)\n", ObjectAttributes);
 
     /* Reference the Parent if there is one */