diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-11-23 20:24:32 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2010-11-23 20:24:32 +0000 |
commit | 056197e1c0beb85ba4b0b047945da884f9839a81 (patch) | |
tree | a6985015cd8975f7568de9aa770acffeb128e3e6 /include/opcode/mips.h | |
parent | 6805373e945a2f7b6de68cd333ec214e7de59fca (diff) | |
download | cygnal-056197e1c0beb85ba4b0b047945da884f9839a81.tar.gz cygnal-056197e1c0beb85ba4b0b047945da884f9839a81.tar.bz2 cygnal-056197e1c0beb85ba4b0b047945da884f9839a81.zip |
include/opcode/
* mips.h: Fix previous commit.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index af9ad2154..f707d4604 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -593,9 +593,9 @@ static const unsigned int mips_isa_table[] = /* ST Microelectronics Loongson 2E. */ #define INSN_LOONGSON_2E 0x40000000 /* ST Microelectronics Loongson 2F. */ -#define INSN_LOONGSON_3A 0x00000400 +#define INSN_LOONGSON_2F 0x80000000 /* Loongson 3A. */ -#define INSN_LOONGSON_3A 0x80000400 +#define INSN_LOONGSON_3A 0x00000400 /* RMI Xlr instruction */ #define INSN_XLR 0x00000020 |