projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efbfed
)
Fix typo, suggested by Ben Taylor.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 18:42:21 +0000
(18:42 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 18:42:21 +0000
(18:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2548
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-mips/cpu.h
patch
|
blob
|
history
diff --git
a/target-mips/cpu.h
b/target-mips/cpu.h
index 4fec3cc880aa31221441cafdf74033b3a7eee483..3849e503cde219b18bfd2fa596074bd966790185 100644
(file)
--- a/
target-mips/cpu.h
+++ b/
target-mips/cpu.h
@@
-12,7
+12,7
@@
// uint_fast8_t and uint_fast16_t not in <sys/int_types.h>
// 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