summary refs log tree commit diff stats
path: root/stubs/replay.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/replay.c')
-rw-r--r--stubs/replay.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/replay.c b/stubs/replay.c
index f0d95b05f1..3354fcf9bb 100644
--- a/stubs/replay.c
+++ b/stubs/replay.c
@@ -1,5 +1,6 @@
 #include "sysemu/replay.h"
 #include <stdlib.h>
+#include "sysemu/sysemu.h"
 
 ReplayMode replay_mode;
 
@@ -14,3 +15,8 @@ int64_t replay_read_clock(unsigned int kind)
     abort();
     return 0;
 }
+
+bool replay_checkpoint(ReplayCheckpoint checkpoint)
+{
+    return true;
+}