This commit is contained in:
Glenn Maynard
2006-02-14 10:48:01 +00:00
parent 3581f4514a
commit 6553336107
@@ -170,7 +170,7 @@ namespace VDDebugInfo
return heap;
}
long VDDebugInfoLookupRVA( Context *pctx, unsigned rva, char *buf, int buflen )
long VDDebugInfoLookupRVA( const Context *pctx, unsigned rva, char *buf, int buflen )
{
if( !PointerIsInAnySegment(pctx, rva) )
return -1;