mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-24 14:41:08 +00:00
9 lines
139 B
C
9 lines
139 B
C
![]() |
#include "qemu/osdep.h"
|
||
|
#include "qemu-common.h"
|
||
|
#include "qemu/main-loop.h"
|
||
|
|
||
|
AioContext *iohandler_get_aio_context(void)
|
||
|
{
|
||
|
abort();
|
||
|
}
|