From: Aleksandar Andrejevic Date: Mon, 27 Apr 2015 01:05:25 +0000 (+0000) Subject: [NTVDM] X-Git-Tag: backups/colins-printing-for-freedom@73041~161 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2351ed3e6ead3060083e0968c2f2a8d10212e0a5;hp=a80379f3582a6ad31a63316774f30b2d8ccd3075;ds=sidebyside [NTVDM] Don't search through high memory again after we've finished searching through high memory and low memory. svn path=/trunk/; revision=67456 --- diff --git a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/memory.c b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/memory.c index 1d20673390e..18a28ce0e92 100644 --- a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/memory.c +++ b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/memory.c @@ -131,6 +131,7 @@ Next: { /* Search low memory */ Segment = FIRST_MCB_SEGMENT; + SearchUmb = FALSE; continue; }