mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
include/opcode/ * nios2.h (OP_MATCH_ERET): Correct eret encoding. gas/testsuite/ * gas/nios2/tret.d: Correct eret encoding.
This commit is contained in:
@ -440,7 +440,7 @@ struct nios2_reg
|
||||
#define OP_MATCH_SUB OPX_MATCH (OPX_SUB)
|
||||
#define OP_MATCH_SYNC OPX_MATCH (OPX_SYNC)
|
||||
#define OP_MATCH_TRAP ((0x1d << 17) | OPX_MATCH (OPX_TRAP))
|
||||
#define OP_MATCH_ERET (0xe8000000 | OPX_MATCH (OPX_ERET))
|
||||
#define OP_MATCH_ERET (0xef800000 | OPX_MATCH (OPX_ERET))
|
||||
#define OP_MATCH_WRCTL OPX_MATCH (OPX_WRCTL)
|
||||
#define OP_MATCH_WRPRS OPX_MATCH (OPX_WRPRS)
|
||||
#define OP_MATCH_XOR OPX_MATCH (OPX_XOR)
|
||||
|
Reference in New Issue
Block a user