qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4443] Move prototype back to avoid a compiler warning
@ 2008-05-12 17:59 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-05-12 17:59 UTC (permalink / raw)
  To: qemu-devel

Revision: 4443
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4443
Author:   blueswir1
Date:     2008-05-12 17:59:14 +0000 (Mon, 12 May 2008)

Log Message:
-----------
Move prototype back to avoid a compiler warning

Modified Paths:
--------------
    trunk/target-sparc/exec.h
    trunk/target-sparc/helper.h

Modified: trunk/target-sparc/exec.h
===================================================================
--- trunk/target-sparc/exec.h	2008-05-12 17:22:13 UTC (rev 4442)
+++ trunk/target-sparc/exec.h	2008-05-12 17:59:14 UTC (rev 4443)
@@ -30,6 +30,7 @@
 
 int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw,
                                int mmu_idx, int is_softmmu);
+void do_interrupt(int intno);
 
 static inline int cpu_halted(CPUState *env1) {
     if (!env1->halted)

Modified: trunk/target-sparc/helper.h
===================================================================
--- trunk/target-sparc/helper.h	2008-05-12 17:22:13 UTC (rev 4442)
+++ trunk/target-sparc/helper.h	2008-05-12 17:59:14 UTC (rev 4443)
@@ -180,7 +180,6 @@
 void cpu_unlock(void);
 void cpu_loop_exit(void);
 void set_cwp(int new_cwp);
-void do_interrupt(int intno);
 void memcpy32(target_ulong *dst, const target_ulong *src);
 target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
 void dump_mmu(CPUState *env);

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

only message in thread, other threads:[~2008-05-12 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 17:59 [Qemu-devel] [4443] Move prototype back to avoid a compiler warning Blue Swirl

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).