From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwkWy-0003Rd-Gj for qemu-devel@nongnu.org; Sat, 19 Jan 2013 21:21:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwkWx-0004pz-8x for qemu-devel@nongnu.org; Sat, 19 Jan 2013 21:21:08 -0500 Received: from cantor2.suse.de ([195.135.220.15]:40103 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwkWx-0004pq-2a for qemu-devel@nongnu.org; Sat, 19 Jan 2013 21:21:07 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 20 Jan 2013 03:20:58 +0100 Message-Id: <1358648458-16064-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.4] target-cris: Drop unused cpu_cris_close() prototype List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , =?UTF-8?q?Andreas=20F=C3=A4rber?= Such a function never existed. Signed-off-by: Andreas F=C3=A4rber --- Edgar, can you commit or ack? I'd like to base v2 of my CPU realizefn se= ries on this. Thanks, Andreas target-cris/cpu.h | 1 - 1 Datei ge=C3=A4ndert, 1 Zeile entfernt(-) diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 63e6234..257cb52 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -175,7 +175,6 @@ typedef struct CPUCRISState { =20 CRISCPU *cpu_cris_init(const char *cpu_model); int cpu_cris_exec(CPUCRISState *s); -void cpu_cris_close(CPUCRISState *s); void do_interrupt(CPUCRISState *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero --=20 1.7.10.4