committed by
Mark Mossberg
parent
be0141e501
commit
e63838d204
@@ -518,7 +518,7 @@ class ManticoreOutput(object):
|
||||
if 'trace' not in state.context:
|
||||
return
|
||||
for entry in state.context['trace']:
|
||||
f.write('0x{:x}'.format(entry))
|
||||
f.write('0x{:x}\n'.format(entry))
|
||||
|
||||
def save_constraints(self, state):
|
||||
# XXX(yan): We want to conditionally enable this check
|
||||
|
||||
Reference in New Issue
Block a user