show addr if unknown in profiler

This commit is contained in:
Matt
2015-01-22 13:35:20 -07:00
parent 010468f69e
commit ae220ce736

@ -2003,7 +2003,7 @@ Profiler::printRealTimeInfo(SafeBuf *sb,
// lookup this addr
long *outOffPtr = (long *)map.getValue ( cs );
if ( ! outOffPtr ) {
sb->safePrintf(" UNKNOWN\n");
sb->safePrintf(" [0x%"XINT64"]\n",*cs);
continue;
}
// print that line out until \n