From 814e612eaf1bfb93ee76097ec81e6d6a8855961b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 2 May 2012 17:00:37 +0200 Subject: cpu: Move thread field into CPUState MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Färber --- cpu-defs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu-defs.h') diff --git a/cpu-defs.h b/cpu-defs.h index d0dd781046..be89684444 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -208,7 +208,6 @@ typedef struct CPUWatchpoint { uint32_t created; \ uint32_t stop; /* Stop request */ \ uint32_t stopped; /* Artificially stopped */ \ - struct QemuThread *thread; \ struct QemuCond *halt_cond; \ int thread_kicked; \ struct qemu_work_item *queued_work_first, *queued_work_last; \ -- cgit v1.2.1