summaryrefslogtreecommitdiff
path: root/cpu-i386.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-03-04 01:14:13 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-03-04 01:14:13 +0000
commitd57c4e01206ebc8b21702c243e7a19638f783b43 (patch)
tree6dff6ab33996f766a8917835fed0c4f57d98da02 /cpu-i386.h
parent4b74fe1f0013c622693b26141c0ed031a284a45a (diff)
downloadqemu-d57c4e01206ebc8b21702c243e7a19638f783b43.tar.gz
added shiftd support - improved auto test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@20 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-i386.h')
-rw-r--r--cpu-i386.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu-i386.h b/cpu-i386.h
index e528f61981..c245466630 100644
--- a/cpu-i386.h
+++ b/cpu-i386.h
@@ -149,9 +149,8 @@ typedef struct CPUX86State {
uint32_t segs[6];
/* emulator internal variables */
-
CPU86_LDouble ft0;
-
+
/* exception handling */
jmp_buf jmp_env;
int exception_index;