We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a8820 + 5e8191b commit d802a1cCopy full SHA for d802a1c
src/SAWScript/CrucibleOverride.hs
@@ -1044,7 +1044,7 @@ valueToSC sym loc failMsg (Cryptol.TVSeq n cryty) (Crucible.LLVMValArray ty vals
1044
= do terms <- V.toList <$> traverse (valueToSC sym loc failMsg cryty) vals
1045
sc <- liftIO $ Crucible.sawBackendSharedContext sym
1046
t <- liftIO (typeToSC sc ty)
1047
- liftIO (scVector sc t terms)
+ liftIO (scVectorReduced sc t terms)
1048
1049
valueToSC _ _ _ _ Crucible.LLVMValFloat{} =
1050
fail "valueToSC: Real not supported"
0 commit comments