Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disassembly output for calls with pairs
Bug was that no argument after a pair would be shown because the register for the 2nd half of the pair wasn't being found. Affected all calls that actually had one or more arguments after a pair, such as bpf_skb_store_bytes, bpf_csum_diff, bpf_skb_set_tunnel_key, etc. Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information