summaryrefslogtreecommitdiff
path: root/cpu-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-i386.h')
-rw-r--r--cpu-i386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu-i386.h b/cpu-i386.h
index ca33791351..4b8aef12ad 100644
--- a/cpu-i386.h
+++ b/cpu-i386.h
@@ -180,6 +180,12 @@ typedef struct CPUX86State {
/* emulator internal variables */
CPU86_LDouble ft0;
+ union {
+ float f;
+ double d;
+ int i32;
+ int64_t i64;
+ } fp_convert;
/* segments */
uint32_t segs[6]; /* selector values */