aboutsummaryrefslogtreecommitdiff
path: root/risu.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-04-12 12:54:24 +0100
committerPeter Maydell <peter.maydell@linaro.org>2011-04-12 12:54:24 +0100
commitdc995461f2ca3d2fb6a04ba1e8d281e8f7b5d958 (patch)
treef3fd7a4f3bc77fdf7abae8e4bedf6060127857e0 /risu.h
parent25ef012e1986a6deafcb7803c156d851a46a13da (diff)
risu: add --test-fp-exc to test FP exception status flags
Add a command line option --test-fp-exc which enables testing of the cumulative FP exception status flags. This is disabled by default because qemu gets them wrong a lot and they really aren't actually that important.
Diffstat (limited to 'risu.h')
-rw-r--r--risu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/risu.h b/risu.h
index c209a22..919b1a4 100644
--- a/risu.h
+++ b/risu.h
@@ -25,6 +25,8 @@ extern uint32_t image_start_address;
extern uint8_t *memblock;
+extern int test_fp_exc;
+
/* Ops code under test can request from risu: */
#define OP_COMPARE 0
#define OP_TESTEND 1