aboutsummaryrefslogtreecommitdiff
path: root/risu.h
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2017-07-04 15:48:49 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-07-10 17:46:33 +0100
commitb3a70837c2e939e6aab98247f18869d903077305 (patch)
tree6c9cbc2fab8bb210b071133fae62d36224cefedc /risu.h
parent273dae30ef85746e78eb60b627ab1049bd0eab97 (diff)
risu: make match status take tracing into account
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20170704144859.17644-2-alex.bennee@linaro.org [PMM: fix spacing around : operator] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'risu.h')
-rw-r--r--risu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/risu.h b/risu.h
index 9f15662..1c8ecee 100644
--- a/risu.h
+++ b/risu.h
@@ -91,7 +91,7 @@ int recv_and_compare_register_info(read_fn read_fn,
* Should return 0 if it was a good match (ie end of test)
* and 1 for a mismatch.
*/
-int report_match_status(void);
+int report_match_status(int trace);
/* Interface provided by CPU-specific code: */