Skip to content

Commit

Permalink
Remove FIXME. Issue has already been fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Aug 3, 2016
1 parent cf21a80 commit 743650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revelation/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def entry_point(argv):
print 'CLI parser took: %fs' % (timer - self.timer)
self.timer = timer
self.init_state(elf_file, fname, False)
for state in self.states: # FIXME: Interleaved log.
for state in self.states:
self.debug.set_state(state)
elf_file.close()
try:
Expand Down

0 comments on commit 743650f

Please sign in to comment.