summaryrefslogtreecommitdiff
path: root/stubs/replay-user.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/replay-user.c')
-rw-r--r--stubs/replay-user.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/stubs/replay-user.c b/stubs/replay-user.c
index 0c90bfc0e4..cf330721c8 100644
--- a/stubs/replay-user.c
+++ b/stubs/replay-user.c
@@ -10,3 +10,23 @@
*/
#include "sysemu/replay.h"
+
+bool replay_exception(void)
+{
+ return true;
+}
+
+bool replay_has_exception(void)
+{
+ return false;
+}
+
+bool replay_interrupt(void)
+{
+ return true;
+}
+
+bool replay_has_interrupt(void)
+{
+ return false;
+}