Add comments

pull/946/head
Nikhil Parasaram 6 years ago
parent d74545f0a7
commit e384ee8f58
  1. 2
      mythril/laser/ethereum/state/machine_state.py

@ -125,6 +125,8 @@ class MachineState:
"""
if self.memory_size > start + size:
return 0
# The extension size is calculated based on the word length
new_size = utils.ceil32(start + size) // 32
old_size = self.memory_size // 32

Loading…
Cancel
Save