projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d036f
)
[NTOS]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 4 Feb 2011 23:19:00 +0000
(23:19 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 4 Feb 2011 23:19:00 +0000
(23:19 +0000)
Try to fix a winetst crash.
svn path=/trunk/; revision=50607
reactos/ntoskrnl/mm/section.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/section.c
b/reactos/ntoskrnl/mm/section.c
index
6be6432
..
aa092ad
100644
(file)
--- a/
reactos/ntoskrnl/mm/section.c
+++ b/
reactos/ntoskrnl/mm/section.c
@@
-690,9
+690,6
@@
l_ReadHeaderFromFile:
DIE(("The image is larger than 4GB\n"));
}
- /* spare our caller some work in validating the segments */
- *Flags = EXEFMT_LOAD_ASSUME_SEGMENTS_SORTED | EXEFMT_LOAD_ASSUME_SEGMENTS_NO_OVERLAP;
-
if(nSectionAlignment >= PAGE_SIZE)
*Flags |= EXEFMT_LOAD_ASSUME_SEGMENTS_PAGE_ALIGNED;