fixed some unknown values which are actually known

This commit is contained in:
2020-02-19 16:48:01 -05:00
parent d8a22d5e34
commit 29b4c63ffd

View File

@@ -62,7 +62,7 @@ class Profile(gdb.Command):
arg1 = instr_spl[2].strip(',')
if len(instr_spl) > 3:
arg2 = instr_spl[3]
arg2 = instr_spl[3].strip(',')
if mnem == 'bl' or mnem == 'blr':
outfile.write('\tentering %s\n' % dest)