Not all operands are correctly disassembled at the moment. This means that some machine instructions won't have all the necessary operands set.
To avoid asserting, print an error instead until the necessary support has been implemented.
Differential D73958
[AVR] Don't assert on an undefined operand aykevl on Feb 4 2020, 5:34 AM. Authored by
Details
Not all operands are correctly disassembled at the moment. This means that some machine instructions won't have all the necessary operands set. To avoid asserting, print an error instead until the necessary support has been implemented.
Diff Detail Event Timeline
Comment Actions Added comments, as requested. I agree, this makes it clearer why this check is there in the first place. |
Add a code comment above this, your commit message should do nicely