mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove code that I accidently commited in revision 16905.
svn path=/trunk/; revision=16906
This commit is contained in:
@@ -27,11 +27,8 @@ RtlImageNtHeader (IN PVOID BaseAddress)
|
||||
|
||||
if (DosHeader && DosHeader->e_magic != IMAGE_DOS_SIGNATURE)
|
||||
{
|
||||
extern ULONG KdDebuggerEnabled;
|
||||
DPRINT1("DosHeader->e_magic %x\n", DosHeader->e_magic);
|
||||
DPRINT1("NtHeader 0x%p\n", ((ULONG_PTR)BaseAddress + DosHeader->e_lfanew));
|
||||
if (KdDebuggerEnabled)
|
||||
DbgBreakPoint();
|
||||
}
|
||||
|
||||
if (DosHeader && DosHeader->e_magic == IMAGE_DOS_SIGNATURE)
|
||||
|
||||
Reference in New Issue
Block a user