Undo last commit

pull/1164/head v0.21.10
Bernhard Mueller 5 years ago
parent 8824258c58
commit 8bff312bd0
  1. 2
      mythril/laser/smt/bitvecfunc.py

@ -72,12 +72,10 @@ def _comparison_helper(
):
return Bool(z3.BoolVal(default_value), annotations=union)
"""
return And(
Bool(cast(z3.BoolRef, operation(a.raw, b.raw)), annotations=union),
a.input_ == b.input_ if inputs_equal else a.input_ != b.input_,
)
"""
return a.input_ == b.input_

Loading…
Cancel
Save