preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
[reactos.git] / reactos / ntoskrnl / kdbg / kdb.h
index ff30acc..1b2fa30 100644 (file)
@@ -87,7 +87,7 @@ KdbpGetInstLength(
 
 /* from i386/kdb_help.S */
 
-STDCALL VOID
+VOID STDCALL
 KdbpStackSwitchAndCall(
    IN PVOID NewStack,
    IN VOID (*Function)(VOID));