mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
- Jesus Christ man, learn some C, will you?
- Fix boot. - The lack of colorful poetry is brought to you by cogent human beings on the West Coast whom you should be thankful haven't gone to bed yet. svn path=/trunk/; revision=41577
This commit is contained in:
parent
25941abce1
commit
d11a34b5ed
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ MiSyncARM3WithROS(IN PVOID AddressStart,
|
|||
//
|
||||
// This both odious and heinous
|
||||
//
|
||||
extern PULONG MmGlobalKernelPageDirectory;
|
||||
extern ULONG MmGlobalKernelPageDirectory[1024];
|
||||
MmGlobalKernelPageDirectory[Pde] = ((PULONG)PAGEDIRECTORY_MAP)[Pde];
|
||||
Pde++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue