qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4443] Move prototype back to avoid a compiler warning
Date: Mon, 12 May 2008 17:59:16 +0000	[thread overview]
Message-ID: <E1JvcIu-0004vA-4D@cvs.savannah.gnu.org> (raw)

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	other threads:[~2008-05-12 17:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JvcIu-0004vA-4D@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).