1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Modified the GetProcSegList() call to match what the current SDK

expects.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15083 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-02-27 11:18:52 +00:00
parent 230dcf2e26
commit e40fc3dea2
2 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@ mongetpcs(uint32* lowpc, uint32 *highpc)
if (!IElf) goto out;
self = (struct Process *)FindTask(0);
seglist = GetProcSegList(self);
seglist = GetProcSegList(self, GPSLF_CLI | GPSLF_SEG);
GetSegListInfoTags(seglist,
GSLI_ElfHandle, &elfHandle,