Skip to content

Commit

Permalink
Just some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Jan 9, 2025
1 parent a2a115c commit 620f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2942,7 +2942,7 @@ instance VMOps Symbolic where
toGas _ = ()
whenSymbolicElse a _ = a

partial e = assign #result (Just (Unfinished e))
partial e = assign #result $ Just (Unfinished e)
branch cond continue = do
loc <- codeloc
pathconds <- use #constraints
Expand Down

0 comments on commit 620f5f8

Please sign in to comment.