macaw/macaw-aarch32
Ryan Scott 6e020bcde6 Fix -Wincomplete-uni-patterns warnings
GHC 9.2 adds `-Wincomplete-uni-patterns` to `-Wall`, which uncovers a slew of
previously unnoticed warnings in `macaw`. This patch fixes them, mostly by
adding explicit fall-through cases.
2022-05-31 15:50:48 -04:00
..
src/Data/Macaw aarch32: Implement support for conditional calls (#289) 2022-05-20 15:17:26 -07:00
tests Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00
ChangeLog.md Revise handling of syscalls in AArch32 to match X86 (#246) 2021-11-24 11:59:56 -08:00
LICENSE Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
macaw-aarch32.cabal Revise handling of syscalls in AArch32 to match X86 (#246) 2021-11-24 11:59:56 -08:00
REAMDE.md Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
Setup.hs Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00