mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Corrected debug message.
svn path=/trunk/; revision=7162
This commit is contained in:
parent
f2c4bc3f8b
commit
6ddff53540
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: section.c,v 1.136 2003/12/14 17:56:22 hbirr Exp $
|
||||
/* $Id: section.c,v 1.137 2003/12/21 19:12:19 navaraf Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/mm/section.c
|
||||
|
@ -252,7 +252,7 @@ MmUnsharePageEntrySectionSegment(PSECTION_OBJECT Section,
|
|||
Entry = MmGetPageEntrySectionSegment(Segment, Offset);
|
||||
if (Entry == 0)
|
||||
{
|
||||
DPRINT1("Entry == 0 for MmSharePageEntrySectionSegment\n");
|
||||
DPRINT1("Entry == 0 for MmUnsharePageEntrySectionSegment\n");
|
||||
KEBUGCHECK(0);
|
||||
}
|
||||
if (SHARE_COUNT_FROM_SSE(Entry) == 0)
|
||||
|
|
Loading…
Reference in a new issue