aboutsummaryrefslogtreecommitdiff
path: root/risu.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-06-20 15:44:46 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-06-26 13:10:00 +0100
commit690b4263f3ca6ca0b6e650758a5d83b504994404 (patch)
treeba9d9c7f254c693ba2650f4c75ede1283f80ca91 /risu.h
parent2c77125846ee5acadcf7fa77d7930de8232a7509 (diff)
risu_reginfo_arm.c: Move orphan comment to risu.h.
Move an orphan comment that describes the reginfo structure into risu.h, and expand it a little. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1497969886-17773-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'risu.h')
-rw-r--r--risu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/risu.h b/risu.h
index 3fbeda8..70c2184 100644
--- a/risu.h
+++ b/risu.h
@@ -48,6 +48,11 @@ extern int test_fp_exc;
/* The memory block should be this long */
#define MEMBLOCKLEN 8192
+/* This is the data structure we pass over the socket for OP_COMPARE
+ * and OP_TESTEND. It is a simplified and reduced subset of what can
+ * be obtained with a ucontext_t*, and is architecture specific
+ * (defined in risu_reginfo_*.h).
+ */
struct reginfo;
/* Functions operating on reginfo */