* [Qemu-devel] [5992] target-alpha: fix 2 warnings
@ 2008-12-11 22:42 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-11 22:42 UTC (permalink / raw)
To: qemu-devel
Revision: 5992
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5992
Author: aurel32
Date: 2008-12-11 22:42:42 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
target-alpha: fix 2 warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-alpha/cpu.h
trunk/target-alpha/exec.h
Modified: trunk/target-alpha/cpu.h
===================================================================
--- trunk/target-alpha/cpu.h 2008-12-11 22:42:33 UTC (rev 5991)
+++ trunk/target-alpha/cpu.h 2008-12-11 22:42:42 UTC (rev 5992)
@@ -407,6 +407,10 @@
is returned if the signal was handled by the virtual CPU. */
int cpu_alpha_signal_handler(int host_signum, void *pinfo,
void *puc);
+int cpu_alpha_handle_mmu_fault (CPUState *env, uint64_t address, int rw,
+ int mmu_idx, int is_softmmu);
+void do_interrupt (CPUState *env);
+
int cpu_alpha_mfpr (CPUState *env, int iprn, uint64_t *valp);
int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp);
void pal_init (CPUState *env);
Modified: trunk/target-alpha/exec.h
===================================================================
--- trunk/target-alpha/exec.h 2008-12-11 22:42:33 UTC (rev 5991)
+++ trunk/target-alpha/exec.h 2008-12-11 22:42:42 UTC (rev 5992)
@@ -48,11 +48,6 @@
{
}
-int cpu_alpha_handle_mmu_fault (CPUState *env, uint64_t address, int rw,
- int mmu_idx, int is_softmmu);
-
-void do_interrupt (CPUState *env);
-
static always_inline int cpu_halted(CPUState *env) {
if (!env->halted)
return 0;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-11 22:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 22:42 [Qemu-devel] [5992] target-alpha: fix 2 warnings Aurelien Jarno
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).