diff options
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/cpu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 257c4c462b..f156c066a8 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -15,13 +15,6 @@ #include "cpu-defs.h" #include "softfloat.h" -// uint_fast8_t and uint_fast16_t not in <sys/int_types.h> -// XXX: move that elsewhere -#if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10 -typedef unsigned char uint_fast8_t; -typedef unsigned int uint_fast16_t; -#endif - struct CPUMIPSState; typedef struct r4k_tlb_t r4k_tlb_t; |