]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
Fix build failure.
authorpbrook <pbrook>
Thu, 27 Apr 2006 22:32:36 +0000 (22:32 +0000)
committerpbrook <pbrook>
Thu, 27 Apr 2006 22:32:36 +0000 (22:32 +0000)
vl.h

diff --git a/vl.h b/vl.h
index 8b935a962b8bb60174f33e9ddd0cd62eebdd1285..8b905b713c85d00a0833f85bd70dbf74d6ed8ec8 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -1022,7 +1022,7 @@ void icp_pit_init(uint32_t base, void *pic, int irq);
 /* sh7750.c */
 struct SH7750State;
 
-struct SH7750State *sh7750_init(CPUSH4State * cpu);
+struct SH7750State *sh7750_init(CPUState * cpu);
 
 typedef struct {
     /* The callback will be triggered if any of the designated lines change */