-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2491 ARM unallocated encodings: Better handling of undecoded instrs.
In check_encode_decode_consistency(), do not try to reencode an OP_UNDECODED instruction. In instr_encode_arch(), use instr->opcode, not instr_get_opcode(instr), as the latter can call the decoder, which is unhelpful when we are trying to encode. Fixes #2491 Change-Id: I66c42dc87268f1722eae4600b364026896796fc8
- Loading branch information
1 parent
32374b2
commit 023c4c4
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters