Fixed Issue #619 (#623)

Add newlines in .trace file generation
This commit is contained in:
Arun John Kuruvilla
2017-12-04 17:53:19 -05:00
committed by Mark Mossberg
parent be0141e501
commit e63838d204
+1 -1
View File
@@ -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