mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix a comment and remove a superfluous extern.
svn path=/trunk/; revision=47625
This commit is contained in:
@@ -42,7 +42,6 @@ NTAPI
|
||||
MiDbgTranslatePhysicalAddress(IN ULONG64 PhysicalAddress,
|
||||
IN ULONG Flags)
|
||||
{
|
||||
extern MMPTE ValidKernelPte;
|
||||
PFN_NUMBER Pfn;
|
||||
MMPTE TempPte;
|
||||
PVOID MappingBaseAddress;
|
||||
@@ -83,7 +82,7 @@ MiDbgTranslatePhysicalAddress(IN ULONG64 PhysicalAddress,
|
||||
MappingBaseAddress = MiPteToAddress(MmDebugPte);
|
||||
|
||||
//
|
||||
//
|
||||
// Get the template
|
||||
//
|
||||
TempPte = ValidKernelPte;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user