mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[FREELDR] LoadAndBootWindowsCommon(): Use UNREACHABLE, on success
KiSystemStartup() is DECLSPEC_NORETURN.
This commit is contained in:
parent
e0400e7810
commit
abc84a742b
1 changed files with 2 additions and 1 deletions
|
@ -1035,7 +1035,8 @@ LoadAndBootWindowsCommon(
|
|||
|
||||
/* Pass control */
|
||||
(*KiSystemStartup)(LoaderBlockVA);
|
||||
return ESUCCESS;
|
||||
|
||||
UNREACHABLE; // return ESUCCESS;
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue