projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BOOTMGR]: Fix bug in test.
[reactos.git]
/
reactos
/
boot
/
environ
/
lib
/
mm
/
descriptor.c
diff --git
a/reactos/boot/environ/lib/mm/descriptor.c
b/reactos/boot/environ/lib/mm/descriptor.c
index
808be81
..
c2522bc
100644
(file)
--- a/
reactos/boot/environ/lib/mm/descriptor.c
+++ b/
reactos/boot/environ/lib/mm/descriptor.c
@@
-857,7
+857,7
@@
MmMdFindDescriptorFromMdl (
(Page < (BasePage + Current->PageCount)))
{
/* The descriptor fits the page being requested */
-
break
;
+
return Current
;
}
/* Try the next one */