diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-14 16:49:24 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-14 16:49:24 +0000 |
commit | c5d6edc3fc660fa188e3161f364ba73940219c10 (patch) | |
tree | e8068debc40a26addea478edf1175d25ac423e38 /target-mips/cpu.h | |
parent | 52ca8d6af01d140b1a022958bb5953f00bb7c714 (diff) |
mips config fixes (initial patch by Stefan Weil)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1977 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 556f0fd96d..de6be29d99 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -3,9 +3,9 @@ #define TARGET_HAS_ICE 1 +#include "config.h" #include "mips-defs.h" #include "cpu-defs.h" -#include "config.h" #include "softfloat.h" typedef union fpr_t fpr_t; |