Skip to content

Commit

Permalink
don't require Crux.Model personality for mirRef_indexAndLenSim
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Apr 21, 2021
1 parent 44c8aeb commit c6b5472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crux-mir/src/Mir/Intrinsics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ mirRef_indexAndLenIO sym s (MirReferenceMux ref) = do

mirRef_indexAndLenSim :: IsSymInterface sym =>
MirReferenceMux sym tp ->
OverrideSim (Model sym) sym MIR rtp args ret
OverrideSim p sym MIR rtp args ret
(PartExpr (Pred sym) (RegValue sym UsizeType, RegValue sym UsizeType))
mirRef_indexAndLenSim ref = do
sym <- getSymInterface
Expand Down

0 comments on commit c6b5472

Please sign in to comment.