From 008a8818d91418254a94d7e5f6f66b1435a1edaf Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 27 Apr 2006 22:32:36 +0000 Subject: [PATCH] Fix build failure. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1863 c046a42c-6fe2-441c-8c8c-71466251a162 --- vl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.h b/vl.h index 8b935a9..8b905b7 100644 --- 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 */ -- 2.7.4