blob: f84504ef13b4e2d59d96b88ccf00ea2d42f6b177 [file] [log] [blame]
struct CPUState;
struct CPUState *qemu_get_cpu(int index) {
return 0;
}