mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 03:13:43 +03:00
2f2ba118bd
While pre-9.0 versions of GHC would silently turn negative right shifts into left shifts, GHC 9.0 will throw an `arithmetic overflow` exception instead. This patch makes this behavior explicit in `macaw-semmc` to allow the code to work on GHC 9.0. Fixes #212. |
||
---|---|---|
.. | ||
TH | ||
Generator.hs | ||
Operands.hs | ||
Simplify.hs | ||
TH.hs | ||
Translations.hs |