mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTVDM]
Remove an accidentally committed temporary DPRINT1. svn path=/trunk/; revision=67605
This commit is contained in:
@@ -934,8 +934,6 @@ Done:
|
||||
setSS(HIWORD(SEGMENT_TO_PSP(CurrentPsp)->LastStack));
|
||||
setSP(LOWORD(SEGMENT_TO_PSP(CurrentPsp)->LastStack));
|
||||
|
||||
DPRINT1("Terminate returning to %08X\n", PspBlock->TerminateAddress);
|
||||
|
||||
/* Are we returning to DOS code? */
|
||||
if (HIWORD(PspBlock->TerminateAddress) == DOS_CODE_SEGMENT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user