diff options
Diffstat (limited to 'stubs/icount.c')
-rw-r--r-- | stubs/icount.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stubs/icount.c b/stubs/icount.c index f13c43568b..6df8c2bf7d 100644 --- a/stubs/icount.c +++ b/stubs/icount.c @@ -43,3 +43,7 @@ void icount_account_warp_timer(void) { abort(); } + +void icount_notify_exit(void) +{ +} |