diff options
Diffstat (limited to 'stubs/replay.c')
-rw-r--r-- | stubs/replay.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stubs/replay.c b/stubs/replay.c index 2f1a6dc62e..de9fa1ec98 100644 --- a/stubs/replay.c +++ b/stubs/replay.c @@ -63,3 +63,7 @@ void replay_char_read_all_save_buf(uint8_t *buf, int offset) { abort(); } + +void replay_block_event(QEMUBH *bh, uint64_t id) +{ +} |