macaw/macaw-ppc
Tristan Ravitch e7cff66577
Fix a failure case in the macaw-ppc disassembler logic (#140)
This code was confusing what "offset" to pass to the `failAt` function.  Some
sites were passing the offset from the beginning of the block (correct), while
others passed the offset from the start of the segment (incorrect).  The
incorrect values were later used as block sizes, which caused some downstream
failures (in renovate).

This commit uniformly fails with the offset from the start of the block.
2020-05-20 23:36:53 -07:00
..
src/Data/Macaw Fix a failure case in the macaw-ppc disassembler logic (#140) 2020-05-20 23:36:53 -07:00
tests [macaw-ppc] Update test expectations for number of discovered blocks. 2020-05-13 21:29:57 -07:00
ChangeLog.md first commit 2017-08-28 15:48:55 -07:00
LICENSE first commit 2017-08-28 15:48:55 -07:00
macaw-ppc.cabal Handle conversions for Float Mux in macaw-ppc. 2019-07-11 13:55:01 -07:00
Setup.hs first commit 2017-08-28 15:48:55 -07:00