- Don't use "static" in the kernel.

- Also prevents from getting a warning on ARM and other platforms that don't do PSEH2 since they have native exception support.


svn path=/trunk/; revision=41977
This commit is contained in:
ReactOS Portable Systems Group 2009-07-15 17:50:50 +00:00
parent e9b1e01407
commit a58fa89df3
2 changed files with 2 additions and 4 deletions

View file

@ -20,8 +20,7 @@
/* PRIVATE FUNCTIONS **********************************************************/
static
int
LONG
MiGetExceptionInfo(EXCEPTION_POINTERS *ExceptionInfo, BOOLEAN * HaveBadAddress, ULONG_PTR * BadAddress)
{
PEXCEPTION_RECORD ExceptionRecord;

View file

@ -113,8 +113,7 @@ PspUserThreadStartup(IN PKSTART_ROUTINE StartRoutine,
}
}
static
int
LONG
PspUnhandledExceptionInSystemThread(PEXCEPTION_POINTERS ExceptionPointers)
{
/* Print debugging information */