]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/cpu.h
cpu-exec: Purge all uses of ENV_GET_CPU()
[mirror_qemu.git] / target-ppc / cpu.h
index c05c5033052295b59e1bbcf6ac138dbd2219e84b..6f76674a4cfbeb16e36f267d70b70d072ed5ca2d 100644 (file)
@@ -1164,7 +1164,7 @@ do {                                            \
 PowerPCCPU *cpu_ppc_init(const char *cpu_model);
 void ppc_translate_init(void);
 void gen_update_current_nip(void *opaque);
-int cpu_ppc_exec (CPUPPCState *s);
+int cpu_ppc_exec (CPUState *s);
 /* you can call this signal handler from your SIGBUS and SIGSEGV
    signal handlers to inform the virtual CPU of exceptions. non zero
    is returned if the signal was handled by the virtual CPU.  */