diff options
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/replay.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/replay.c b/stubs/replay.c index eacb366aa8..d5b52302e9 100644 --- a/stubs/replay.c +++ b/stubs/replay.c @@ -93,3 +93,8 @@ uint64_t replay_get_current_icount(void) { return 0; } + +bool replay_reverse_step(void) +{ + return false; +} |