mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* gencode.c (build_instruction): The high order may be set in the
comparison flags at any ISA level, not just ISA 4.
This commit is contained in:
@ -2608,7 +2608,7 @@ build_instruction (doisa, features, mips16, insn)
|
||||
printf(" SignalException(ReservedInstruction,instruction);\n") ;
|
||||
printf(" else {\n");
|
||||
if (doisa < 4) {
|
||||
printf(" if ((cmpflags & (1 << 3)) || (condition_code != 0))\n");
|
||||
printf(" if (condition_code != 0)\n");
|
||||
printf(" SignalException(ReservedInstruction,instruction);\n") ;
|
||||
printf(" else\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user