mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
6 lines
57 B
C
6 lines
57 B
C
|
#include "qom/cpu.h"
|
||
|
|
||
|
void cpu_resume(CPUState *cpu)
|
||
|
{
|
||
|
}
|