mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTVDM]
Remove an accidentally committed temporary DPRINT1. svn path=/trunk/; revision=67605
This commit is contained in:
parent
464ff78f4e
commit
b3dfcac1cf
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue