mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
- add an checkpoint for the system regression tool
svn path=/trunk/; revision=24606
This commit is contained in:
parent
f17eb0c2a1
commit
913d10566a
1 changed files with 5 additions and 0 deletions
|
@ -3671,6 +3671,11 @@ RunUSetup(VOID)
|
|||
|
||||
/* Reboot */
|
||||
FreeConsole();
|
||||
|
||||
/// THE FOLLOWING DPRINT IS FOR THE SYSTEM REGRESSION TOOL
|
||||
/// DO NOT REMOVE!!!
|
||||
DPRINT1("SYSREG_CHECKPOINT:USETUP_COMPLETE");
|
||||
|
||||
NtShutdownSystem(ShutdownReboot);
|
||||
NtTerminateProcess(NtCurrentProcess(), 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue