Merge pull request #354 from LoCorVin/patch-1

Addin _ to codecopy function
pull/361/head
JoranHonig 6 years ago committed by GitHub
commit f81ca73b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/laser/ethereum/instructions.py

@ -515,7 +515,7 @@ class Instruction:
return [global_state]
@instruction
def codecopy(self, global_state):
def codecopy_(self, global_state):
# FIXME: not implemented
state = global_state.mstate
start, s1, size = state.stack.pop(), state.stack.pop(), state.stack.pop()

Loading…
Cancel
Save