diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-23 17:04:27 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-23 17:04:27 +0000 |
commit | 7385ac0ba2456159a52b9b2cbb5f6c71921d0c23 (patch) | |
tree | fe3ae4e3c3e3007c5f820e3eb7c92da4a1875cc7 /target-mips/mips-defs.h | |
parent | d8a5950a62ee91d7fd8ed5ba459992b55e9cb3b7 (diff) |
Use the standard ASE check for MIPS-3D and MT.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3427 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r-- | target-mips/mips-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index 5c98edf974..a30f2edae1 100644 --- a/target-mips/mips-defs.h +++ b/target-mips/mips-defs.h @@ -32,6 +32,8 @@ #define ASE_MDMX 0x00004000 #define ASE_DSP 0x00008000 #define ASE_DSPR2 0x00010000 +#define ASE_MT 0x00020000 +#define ASE_SMARTMIPS 0x00040000 /* Chip specific instructions. */ /* Currently void */ |