diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-27 22:32:36 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-27 22:32:36 +0000 |
commit | 008a8818d91418254a94d7e5f6f66b1435a1edaf (patch) | |
tree | b966792202040c74f8e5bb8d5313596ff519abb5 | |
parent | 27c7ca7e7750063f6e83e4d126bbd4de2d83f79e (diff) |
Fix build failure.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1863 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | vl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |