summaryrefslogtreecommitdiff
path: root/stubs/replay.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/replay.c')
-rw-r--r--stubs/replay.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/stubs/replay.c b/stubs/replay.c
index 12c1a7557d..f0d95b05f1 100644
--- a/stubs/replay.c
+++ b/stubs/replay.c
@@ -1,3 +1,16 @@
#include "sysemu/replay.h"
+#include <stdlib.h>
ReplayMode replay_mode;
+
+int64_t replay_save_clock(unsigned int kind, int64_t clock)
+{
+ abort();
+ return 0;
+}
+
+int64_t replay_read_clock(unsigned int kind)
+{
+ abort();
+ return 0;
+}