Quick fix.

This commit is contained in:
Nach 2007-11-14 11:53:45 +00:00
parent f2e9b8d3eb
commit e8c85b22ab
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ bool elfGetCurrentFunction(u32 addr, Function **f, CompileUnit **u)
return false;
}
bool elfGetObject(char *name, Function *f, CompileUnit *u, Object **o)
bool elfGetObject(const char *name, Function *f, CompileUnit *u, Object **o)
{
if(f && u) {
Object *v = f->variables;