mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
fixed kdbg build
svn path=/trunk/; revision=16672
This commit is contained in:
parent
2e13f4640d
commit
7b6225c3b5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#include <internal/asm.h>
|
#include <ndk/asm.h>
|
||||||
#include <ndk/i386/segment.h>
|
#include <ndk/i386/segment.h>
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -342,7 +342,7 @@ KdbpSymAddCachedFile(IN PUNICODE_STRING FileName,
|
||||||
RtlZeroMemory(CacheEntry, sizeof (IMAGE_SYMBOL_INFO_CACHE));
|
RtlZeroMemory(CacheEntry, sizeof (IMAGE_SYMBOL_INFO_CACHE));
|
||||||
|
|
||||||
/* fill entry */
|
/* fill entry */
|
||||||
RtlpCreateUnicodeString(&CacheEntry->FileName, FileName->Buffer, PagedPool);
|
RtlCreateUnicodeString(&CacheEntry->FileName, FileName->Buffer);
|
||||||
ASSERT(CacheEntry->FileName.Buffer);
|
ASSERT(CacheEntry->FileName.Buffer);
|
||||||
CacheEntry->RefCount = 1;
|
CacheEntry->RefCount = 1;
|
||||||
CacheEntry->RosSymInfo = RosSymInfo;
|
CacheEntry->RosSymInfo = RosSymInfo;
|
||||||
|
|
Loading…
Reference in a new issue