mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-26 09:22:20 +03:00
e7cff66577
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. |
||
---|---|---|
.. | ||
src/Data/Macaw | ||
tests | ||
ChangeLog.md | ||
LICENSE | ||
macaw-ppc.cabal | ||
Setup.hs |