qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4303] Avoid a build warning.
@ 2008-05-02 22:47 Edgar E. Iglesias
  0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-02 22:47 UTC (permalink / raw)
  To: qemu-devel

Revision: 4303
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4303
Author:   edgar_igl
Date:     2008-05-02 22:47:34 +0000 (Fri, 02 May 2008)

Log Message:
-----------
Avoid a build warning.

Modified Paths:
--------------
    trunk/hw/etraxfs_timer.c

Modified: trunk/hw/etraxfs_timer.c
===================================================================
--- trunk/hw/etraxfs_timer.c	2008-05-02 22:38:53 UTC (rev 4302)
+++ trunk/hw/etraxfs_timer.c	2008-05-02 22:47:34 UTC (rev 4303)
@@ -180,8 +180,9 @@
 		qemu_irq_lower(t->irq[0]);
 }
 
-static void timer_hit(struct fs_timer_t *t)
+static void timer_hit(void *opaque)
 {
+	struct fs_timer_t *t = opaque;
 	t->r_intr |= 1;
 	timer_update_irq(t);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-02 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 22:47 [Qemu-devel] [4303] Avoid a build warning Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).