Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
piotro888 committed Oct 5, 2023
1 parent 8901051 commit fdac4fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/regression/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def load_segment(segment: Segment) -> RandomAccessMemory:
# append safe memory region for instruction fetch prediction
seg_end += 0x10
data += b"\0" * 0x10
print(f"seg {hex(paddr)} {flags_raw} {flags}")

return RandomAccessMemory(range(seg_start, seg_end), flags, data)

Expand Down

0 comments on commit fdac4fd

Please sign in to comment.