Previously, if there was an error whilst parsing the operands of an extended opcode, the operands would be treated as zero and printed. This could potentially be slightly confusing. This patch changes the behaviour to print the raw bytes for the opcode instead.
Depends on D81562.
It seems it is not possible to get here with an invalidated Cursor, no?