Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concretization: Getting concrete RegValues from a model #1207

Merged
merged 8 commits into from
Jun 6, 2024
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
langston-barrett committed Jun 5, 2024
commit 74f56f5f59f77e76de0a83c0432cb086259224b9
2 changes: 1 addition & 1 deletion crucible/src/Lang/Crucible/Concretize.hs
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,5 @@ concRegValue ctx tp v =
(VariantRepr tps, _) ->
concVariant ctx tps v

-- Incomplete clases
-- Incomplete cases
(WordMapRepr _ _, _) -> pure ()
Loading