mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +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 **********************************************************/
|
/* PRIVATE FUNCTIONS **********************************************************/
|
||||||
|
|
||||||
static
|
LONG
|
||||||
int
|
|
||||||
MiGetExceptionInfo(EXCEPTION_POINTERS *ExceptionInfo, BOOLEAN * HaveBadAddress, ULONG_PTR * BadAddress)
|
MiGetExceptionInfo(EXCEPTION_POINTERS *ExceptionInfo, BOOLEAN * HaveBadAddress, ULONG_PTR * BadAddress)
|
||||||
{
|
{
|
||||||
PEXCEPTION_RECORD ExceptionRecord;
|
PEXCEPTION_RECORD ExceptionRecord;
|
||||||
|
|
|
@ -113,8 +113,7 @@ PspUserThreadStartup(IN PKSTART_ROUTINE StartRoutine,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
LONG
|
||||||
int
|
|
||||||
PspUnhandledExceptionInSystemThread(PEXCEPTION_POINTERS ExceptionPointers)
|
PspUnhandledExceptionInSystemThread(PEXCEPTION_POINTERS ExceptionPointers)
|
||||||
{
|
{
|
||||||
/* Print debugging information */
|
/* Print debugging information */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue