mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
10 lines
150 B
C
10 lines
150 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "sysemu/hw_accel.h"
|
||
|
|
||
|
void cpu_synchronize_state(CPUState *cpu)
|
||
|
{
|
||
|
}
|
||
|
void cpu_synchronize_post_init(CPUState *cpu)
|
||
|
{
|
||
|
}
|