Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreistefanescu committed Jan 16, 2024
1 parent f755d49 commit 8e095ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/cryptol-specs
Submodule cryptol-specs updated 226 files
2 changes: 1 addition & 1 deletion heapster-saw/src/Verifier/SAW/Heapster/LLVMGlobalConst.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ traceAndZeroM msg =
-- | Helper function to pretty-print the value of a global
ppLLVMValue :: L.Value -> String
ppLLVMValue val =
ppLLVMLatest (show $ PPHPJ.nest 2 $ L.ppValue val)
show $ PPHPJ.nest 2 $ ppValue val

-- | Helper function to pretty-print an LLVM constant expression
ppLLVMConstExpr :: L.ConstExpr -> String
Expand Down

0 comments on commit 8e095ee

Please sign in to comment.