Skip to content

Commit

Permalink
Types: squash compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Nov 24, 2023
1 parent e0f1b3a commit 01c084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EVM/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ data VM gas s = VM
, logs :: [Expr Log]
, traces :: Zipper.TreePos Zipper.Empty Trace
, cache :: Cache
, burned :: {-# UNPACK #-} !gas
, burned :: !gas
, iterations :: Map CodeLocation (Int, [Expr EWord])
-- ^ how many times we've visited a loc, and what the contents of the stack were when we were there last
, constraints :: [Prop]
Expand Down

0 comments on commit 01c084e

Please sign in to comment.