Skip to content

Commit

Permalink
Merge pull request #2133 from GaloisInc/bump-crucible
Browse files Browse the repository at this point in the history
Bump crucible and what4 to sync crucible #1260
  • Loading branch information
sauclovian-g authored Oct 21, 2024
2 parents d2fb176 + 92f29e1 commit 0e1bba2
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 0e1bba2

Please sign in to comment.