mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
[ARC] Update MAX_INSN_FLGS.
It is required to parse instructions like ldb.x.a.di. include/ 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com> * opcode/arc.h (MAX_INSN_FLGS): Update to 4.
This commit is contained in:
@ -33,7 +33,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef MAX_INSN_FLGS
|
||||
#define MAX_INSN_FLGS 3
|
||||
#define MAX_INSN_FLGS 4
|
||||
#endif
|
||||
|
||||
/* Instruction Class. */
|
||||
|
Reference in New Issue
Block a user