Remove an accidentally committed temporary DPRINT1.


svn path=/trunk/; revision=67605
This commit is contained in:
Aleksandar Andrejevic 2015-05-09 03:15:11 +00:00
parent 464ff78f4e
commit b3dfcac1cf

View file

@ -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)
{