Skip to content

Commit

Permalink
Merge pull request #311 from GaloisInc/vr/bump-macaw
Browse files Browse the repository at this point in the history
bump submodules (+ cleanup)
  • Loading branch information
Ptival authored Oct 7, 2024
2 parents fa5187d + e488cdc commit d908272
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/macaw
Submodule macaw updated 127 files
3 changes: 3 additions & 0 deletions src/Reopt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,10 @@ reoptInitialDiscovery ::
reoptInitialDiscovery loadOpts reoptOpts hdrAnn hdrInfo = do
(os, initState) <- reoptX86Init loadOpts reoptOpts hdrInfo
let symAddrMap = initDiscSymAddrMap initState
-- traceM "SymAddrMap is:"
let ainfo = osArchitectureInfo os
-- traceM $ show $ samAddrMap symAddrMap
-- traceM $ show $ samNameMap symAddrMap
(debugTypeMap, discState) <- doDiscovery hdrAnn hdrInfo ainfo initState reoptOpts
return (os, symAddrMap, debugTypeMap, discState)

Expand Down

0 comments on commit d908272

Please sign in to comment.