mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- 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:
@@ -20,8 +20,7 @@
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
static
|
||||
int
|
||||
LONG
|
||||
MiGetExceptionInfo(EXCEPTION_POINTERS *ExceptionInfo, BOOLEAN * HaveBadAddress, ULONG_PTR * BadAddress)
|
||||
{
|
||||
PEXCEPTION_RECORD ExceptionRecord;
|
||||
|
||||
@@ -113,8 +113,7 @@ PspUserThreadStartup(IN PKSTART_ROUTINE StartRoutine,
|
||||
}
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
LONG
|
||||
PspUnhandledExceptionInSystemThread(PEXCEPTION_POINTERS ExceptionPointers)
|
||||
{
|
||||
/* Print debugging information */
|
||||
|
||||
Reference in New Issue
Block a user