diff options
Diffstat (limited to 'hw/core/cpu-user.c')
| -rw-r--r-- | hw/core/cpu-user.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/core/cpu-user.c b/hw/core/cpu-user.c index e5ccf6bf13..cdd8de2fef 100644 --- a/hw/core/cpu-user.c +++ b/hw/core/cpu-user.c @@ -25,3 +25,8 @@ void cpu_class_init_props(DeviceClass *dc) { device_class_set_props(dc, cpu_user_props); } + +void cpu_exec_initfn(CPUState *cpu) +{ + /* nothing to do */ +} |