mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 08:27:24 +03:00
f7b87224a4
In macaw core, the type of the arch-specific 'disassemble' function changed to no longer take a Memory, and to pass the maximum offset as an Int instead of a MemWord. It also removed the jump table entry size (which is no longer required). The removal of the Memory parameter required a bit of a change in how the instruction parsers are structured, but it isn't a huge change (the "memory contents after an address" can be computed from a MemSegmentOff, too). |
||
---|---|---|
.. | ||
src/Data/Macaw | ||
tests | ||
ChangeLog.md | ||
LICENSE | ||
macaw-arm.cabal | ||
Setup.hs |