Quick fix.
This commit is contained in:
parent
f2e9b8d3eb
commit
e8c85b22ab
|
@ -419,7 +419,7 @@ bool elfGetCurrentFunction(u32 addr, Function **f, CompileUnit **u)
|
||||||
return false;
|
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) {
|
if(f && u) {
|
||||||
Object *v = f->variables;
|
Object *v = f->variables;
|
||||||
|
|
Loading…
Reference in New Issue