mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTDLL]
- Comment out RtlWalkFrameChain for amd64 svn path=/trunk/; revision=48184
This commit is contained in:
@@ -18,6 +18,8 @@ PTEB LdrpTopLevelDllBeingLoadedTeb = NULL;
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
#ifndef _M_AMD64
|
||||
// FIXME: Why "Not implemented"???
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
@@ -30,6 +32,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
|
||||
/* Not implemented for user-mode */
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user