From 7c39163e389e6e6e16965606fb5a26abcdb6ad73 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Mon, 27 Apr 2015 17:00:32 -0300 Subject: cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() One small step in the simplification of cpu_exec_init(). Reviewed-by: Igor Mammedov Signed-off-by: Eduardo Habkost Signed-off-by: Andreas Färber --- exec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'exec.c') diff --git a/exec.c b/exec.c index 44bebe9ee1..e2caee98b6 100644 --- a/exec.c +++ b/exec.c @@ -541,8 +541,6 @@ void cpu_exec_init(CPUArchState *env) cpu_index++; } cpu->cpu_index = cpu_index; - QTAILQ_INIT(&cpu->breakpoints); - QTAILQ_INIT(&cpu->watchpoints); #ifndef CONFIG_USER_ONLY cpu->as = &address_space_memory; cpu->thread_id = qemu_get_thread_id(); -- cgit v1.2.3-55-g7522