mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Fix missing case in macaw-symbolic
This commit is contained in:
parent
5c097b45b7
commit
6a4b75852f
@ -725,6 +725,9 @@ doBitcast sym x eqPr =
|
||||
C.iFloatFromBinary sym (floatInfoToCrucible f) xbv
|
||||
M.VecEqCongruence _n eltPr -> do
|
||||
forM x $ \e -> doBitcast sym e eltPr
|
||||
M.WidthEqTrans p q -> do
|
||||
y <- doBitcast sym x p
|
||||
doBitcast sym y q
|
||||
|
||||
evalMacawExprExtension :: forall sym arch f tp
|
||||
. IsSymInterface sym
|
||||
|
Loading…
Reference in New Issue
Block a user