Don't search through high memory again after we've finished searching
through high memory and low memory.


svn path=/trunk/; revision=67456
This commit is contained in:
Aleksandar Andrejevic 2015-04-27 01:05:25 +00:00
parent a80379f358
commit 2351ed3e6e

View file

@ -131,6 +131,7 @@ Next:
{
/* Search low memory */
Segment = FIRST_MCB_SEGMENT;
SearchUmb = FALSE;
continue;
}