More coherent output when tracking function calls
This commit is contained in:
parent
8cae299570
commit
a05c936369
@ -488,7 +488,7 @@ static void _print_immediate(ArchOperand * ao)
|
|||||||
else if(AO_GET_VALUE(ao->definition) == AOI_REFERS_FUNCTION)
|
else if(AO_GET_VALUE(ao->definition) == AOI_REFERS_FUNCTION)
|
||||||
{
|
{
|
||||||
if(ao->value.immediate.name != NULL)
|
if(ao->value.immediate.name != NULL)
|
||||||
printf(" call \"%s\"", ao->value.immediate.name);
|
printf(" (call \"%s\")", ao->value.immediate.name);
|
||||||
else
|
else
|
||||||
printf("%s", " (call)");
|
printf("%s", " (call)");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user