mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Allow selection of PowerPC CPU giving a PVR.
Remove unused pvr_mask field from CPU definition. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3571 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -723,7 +723,6 @@ void cpu_ppc_reset (void *opaque);
|
||||
void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
|
||||
|
||||
const ppc_def_t *cpu_ppc_find_by_name (const unsigned char *name);
|
||||
const ppc_def_t *cpu_ppc_find_by_pvr (uint32_t pvr);
|
||||
int cpu_ppc_register_internal (CPUPPCState *env, const ppc_def_t *def);
|
||||
|
||||
/* Time-base and decrementer management */
|
||||
|
||||
+424
-375
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user