qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4443] Move prototype back to avoid a compiler warning


From: Blue Swirl
Subject: [Qemu-devel] [4443] Move prototype back to avoid a compiler warning
Date: Mon, 12 May 2008 17:59:16 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]