summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
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