Browse Source
This commit fixes a few minor issues that Nick and I ran into walking through some code with the `wasmtime explore` command: * When a new function is reached the address map iterator is advanced past the prior function to avoid accidentally attributing instructions across functions. * A `<` comparison was changed to `<=` to fix some off-by-one attributions from instructions to wasm instructions. * The `skipdata` option is enabled in Capstone to avoid truncating AArch64 disassemblies too early.pull/5990/head
Alex Crichton
2 years ago
committed by
GitHub
1 changed files with 18 additions and 4 deletions
Loading…
Reference in new issue