Commit 008a8818d91418254a94d7e5f6f66b1435a1edaf

Authored by pbrook
1 parent 27c7ca7e

Fix build failure.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1863 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -1022,7 +1022,7 @@ void icp_pit_init(uint32_t base, void *pic, int irq);
1022 1022 /* sh7750.c */
1023 1023 struct SH7750State;
1024 1024  
1025   -struct SH7750State *sh7750_init(CPUSH4State * cpu);
  1025 +struct SH7750State *sh7750_init(CPUState * cpu);
1026 1026  
1027 1027 typedef struct {
1028 1028 /* The callback will be triggered if any of the designated lines change */
... ...