From cdc0c58fa9d86559f6811426eee16b0464dfcd93 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 29 Sep 2009 22:48:52 +0200 Subject: x86: add fptag_vmstate to the state It is needed to store fptags Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- target-i386/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-i386/cpu.h') diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 685b828..8d858d1 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -595,6 +595,7 @@ typedef struct CPUX86State { unsigned int fpstt; /* top of stack index */ uint16_t fpus; uint16_t fpus_vmstate; + uint16_t fptag_vmstate; uint16_t fpuc; uint8_t fptags[8]; /* 0 = valid, 1 = empty */ union { -- cgit v1.1