Commit 36bb244bd30faf7ea931bb0ac5ccd76f74f761e4
1 parent
5efbfedd
Fix typo, suggested by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2548 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-mips/cpu.h
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | 12 | ||
13 | // uint_fast8_t and uint_fast16_t not in <sys/int_types.h> | 13 | // uint_fast8_t and uint_fast16_t not in <sys/int_types.h> |
14 | // XXX: move that elsewhere | 14 | // XXX: move that elsewhere |
15 | -#if defined(HOST_SOLARIS) && SOLARISREV < 10 | 15 | +#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10 |
16 | typedef unsigned char uint_fast8_t; | 16 | typedef unsigned char uint_fast8_t; |
17 | typedef unsigned int uint_fast16_t; | 17 | typedef unsigned int uint_fast16_t; |
18 | #endif | 18 | #endif |