From 36bb244bd30faf7ea931bb0ac5ccd76f74f761e4 Mon Sep 17 00:00:00 2001 From: ths Date: Fri, 30 Mar 2007 18:42:21 +0000 Subject: [PATCH] Fix typo, suggested by Ben Taylor. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2548 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 4fec3cc880..3849e503cd 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -12,7 +12,7 @@ // uint_fast8_t and uint_fast16_t not in // XXX: move that elsewhere -#if defined(HOST_SOLARIS) && SOLARISREV < 10 +#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10 typedef unsigned char uint_fast8_t; typedef unsigned int uint_fast16_t; #endif -- 2.11.0