mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
x86: insert "no error" enumerator in i386_error enumeration
The value of zero would better not indicate any error, but rather hit the abort() at the top of the consuming switch().
This commit is contained in:
@ -226,6 +226,7 @@ union i386_op
|
|||||||
|
|
||||||
enum i386_error
|
enum i386_error
|
||||||
{
|
{
|
||||||
|
no_error, /* Must be first. */
|
||||||
operand_size_mismatch,
|
operand_size_mismatch,
|
||||||
operand_type_mismatch,
|
operand_type_mismatch,
|
||||||
register_type_mismatch,
|
register_type_mismatch,
|
||||||
|
Reference in New Issue
Block a user