macaw/macaw-riscv
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 Reverse syscall override return register ordering (#284) 2022-05-04 12:41:02 -07:00
tests Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00
ChangeLog.md Add RISC-V backend (#259) 2022-03-04 12:44:46 -08:00
LICENSE Add RISC-V backend (#259) 2022-03-04 12:44:46 -08:00
macaw-riscv.cabal Add RISC-V backend (#259) 2022-03-04 12:44:46 -08:00
Setup.hs Add RISC-V backend (#259) 2022-03-04 12:44:46 -08:00