mirror of https://github.com/xqemu/xqemu.git
compile fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@867 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
09a79b4974
commit
8cc43feffc
4
vl.h
4
vl.h
|
@ -593,7 +593,9 @@ void ppc_chrp_init(int ram_size, int vga_ram_size, int boot_device,
|
||||||
DisplayState *ds, const char **fd_filename, int snapshot,
|
DisplayState *ds, const char **fd_filename, int snapshot,
|
||||||
const char *kernel_filename, const char *kernel_cmdline,
|
const char *kernel_filename, const char *kernel_cmdline,
|
||||||
const char *initrd_filename);
|
const char *initrd_filename);
|
||||||
ppc_tb_t *cpu_ppc_tb_init (CPUPPCState *env, uint32_t freq);
|
#ifdef TARGET_PPC
|
||||||
|
ppc_tb_t *cpu_ppc_tb_init (CPUState *env, uint32_t freq);
|
||||||
|
#endif
|
||||||
void PREP_debug_write (void *opaque, uint32_t addr, uint32_t val);
|
void PREP_debug_write (void *opaque, uint32_t addr, uint32_t val);
|
||||||
|
|
||||||
extern CPUWriteMemoryFunc *PPC_io_write[];
|
extern CPUWriteMemoryFunc *PPC_io_write[];
|
||||||
|
|
Loading…
Reference in New Issue