mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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:
parent
e9b1e01407
commit
a58fa89df3
2 changed files with 2 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue