mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
cpu/
* m32c.opc (parse_lab_5_3): Use correct enum. opcodes/ * m32c-asm.c: Regenerate.
This commit is contained in:
@ -540,7 +540,7 @@ parse_lab_5_3 (CGEN_CPU_DESC cd,
|
||||
if (type_addr)
|
||||
*type_addr = op_res;
|
||||
|
||||
if (op_res == CGEN_PARSE_OPERAND_ADDRESS)
|
||||
if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED)
|
||||
{
|
||||
/* This is a hack; the field cannot handle near-zero signed
|
||||
offsets that CGEN wants to put in to indicate an "empty"
|
||||
|
Reference in New Issue
Block a user