mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
proper PSEH return usage (thanks janderwald)
svn path=/trunk/; revision=29635
This commit is contained in:
@@ -649,7 +649,7 @@ NtAllocateVirtualMemory(IN HANDLE ProcessHandle,
|
||||
{
|
||||
/* Get the exception code */
|
||||
Status = _SEH_GetExceptionCode();
|
||||
return(Status); /* Correct? NT5 returns STATUS_ACCESS_VIOLATION ? */
|
||||
_SEH_YIELD(return Status);
|
||||
}
|
||||
_SEH_END;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user