aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-16 16:10:41 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-16 16:10:41 +0100
commita6836b4fdd40e84ef453a23fc298486049d26ef7 (patch)
tree7dc43533c1fffaefc55e4de38e3c3264d0f02037 /tools/tests
parent8415719513ba048939d0ded7565cd9cba7c306c4 (diff)
downloadxen-a6836b4fdd40e84ef453a23fc298486049d26ef7.tar.gz
xen-a6836b4fdd40e84ef453a23fc298486049d26ef7.tar.bz2
xen-a6836b4fdd40e84ef453a23fc298486049d26ef7.zip
x86_emulate: Implement a more dynamic interface for handling FPU
exceptions, which will allow emulation stubs to be built dynamically in a future patch. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/x86_emulate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/tests/x86_emulate.c b/tools/tests/x86_emulate.c
index d58f65a38e..a58a7b8178 100644
--- a/tools/tests/x86_emulate.c
+++ b/tools/tests/x86_emulate.c
@@ -4,10 +4,4 @@
#include <public/xen.h>
#include "x86_emulate/x86_emulate.h"
-
-#define __emulate_fpu_insn(_op) \
-do{ rc = X86EMUL_UNHANDLEABLE; \
- goto done; \
-} while (0)
-
#include "x86_emulate/x86_emulate.c"