mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
[NTDLL]
- Comment out RtlWalkFrameChain for amd64 svn path=/trunk/; revision=48184
This commit is contained in:
parent
3c4ff1e189
commit
5544c14ffb
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@ PTEB LdrpTopLevelDllBeingLoadedTeb = NULL;
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
||||||
|
#ifndef _M_AMD64
|
||||||
|
// FIXME: Why "Not implemented"???
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
@ -30,6 +32,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
|
||||||
/* Not implemented for user-mode */
|
/* Not implemented for user-mode */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue