mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
ubsan: d30v: negation of -2147483648
include/ * opcode/d30v.h (struct pd_reg): Make value field unsigned. opcodes/ * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
This commit is contained in:
@ -33,7 +33,7 @@ struct pd_reg
|
||||
{
|
||||
char *name; /* name to recognize */
|
||||
char *pname; /* name to print for this register */
|
||||
int value;
|
||||
unsigned int value;
|
||||
};
|
||||
|
||||
extern const struct pd_reg pre_defined_registers[];
|
||||
|
Reference in New Issue
Block a user