summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-09-29 22:48:50 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-05 09:32:40 -0500
commiteb831623114b6b74172629f9f6db7b7eb979d90b (patch)
tree35dea7fa1adbb22ad892a4d8d0a6120801575f0d /target-i386/cpu.h
parent5ee0ffaa42b02e04d8047c7fc32687b348719294 (diff)
downloadhqemu-eb831623114b6b74172629f9f6db7b7eb979d90b.zip
hqemu-eb831623114b6b74172629f9f6db7b7eb979d90b.tar.gz
x86: fpuc is uint16_t not unsigned int
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r--target-i386/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index a4acf86..3e0dbd4 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -594,7 +594,7 @@ typedef struct CPUX86State {
/* FPU state */
unsigned int fpstt; /* top of stack index */
unsigned int fpus;
- unsigned int fpuc;
+ uint16_t fpuc;
uint8_t fptags[8]; /* 0 = valid, 1 = empty */
union {
#ifdef USE_X86LDOUBLE
OpenPOWER on IntegriCloud