Skip to content

Commit

Permalink
Bump crucible and what4 to merge crucible #1260.
Browse files Browse the repository at this point in the history
This is a cleanup change that breaks the API (though in a minor way)
so we want to keep up with it. Apply the one-line fix to adjust to
that change.

Update what4 as well because crucible requires it.
  • Loading branch information
sauclovian-g committed Oct 21, 2024
1 parent d2fb176 commit 92f29e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SAWScript/Crucible/MIR/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ mir_load_module inputFile = do

withImplicitParams opts $ do
col <- io $ Mir.parseMIR inputFile b
io $ Mir.translateMIR mempty col halloc
io $ Mir.translateMIR col halloc

mir_return :: SetupValue -> MIRSetupM ()
mir_return retVal =
Expand Down

0 comments on commit 92f29e1

Please sign in to comment.