summary refs log tree commit diff stats
path: root/accel/tcg/user-exec-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/user-exec-stub.c')
-rw-r--r--accel/tcg/user-exec-stub.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/accel/tcg/user-exec-stub.c b/accel/tcg/user-exec-stub.c
index 2dc6fd9c4e..4fbe2dbdc8 100644
--- a/accel/tcg/user-exec-stub.c
+++ b/accel/tcg/user-exec-stub.c
@@ -14,6 +14,10 @@ void qemu_init_vcpu(CPUState *cpu)
 {
 }
 
+void cpu_exec_reset_hold(CPUState *cpu)
+{
+}
+
 /* User mode emulation does not support record/replay yet.  */
 
 bool replay_exception(void)