pull/211/head
Joran Honig 7 years ago
parent 2202c0011f
commit 4f0fd750e3
  1. 4
      mythril/analysis/modules/integer.py

@ -81,9 +81,7 @@ def _check_integer_overflow(statespace, state, node):
# Formulate overflow constraints
ctx = state.context
mstate = state.mstate
stack = mstate.stack
main = main_ctx()
stack = state.mstate.stack
op0, op1 = stack[1], stack[-2]

Loading…
Cancel
Save