mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
util/async: Only call icount_notify_exit() if icount is enabled
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231208113529.74067-6-philmd@linaro.org>
This commit is contained in:
parent
2412813286
commit
72c603f82f
3 changed files with 13 additions and 9 deletions
|
@ -45,7 +45,7 @@ void icount_account_warp_timer(void)
|
|||
{
|
||||
abort();
|
||||
}
|
||||
|
||||
void icount_notify_exit(void)
|
||||
{
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue