More 16-bits aligned cpu state targets
This commit is contained in:
@@ -11016,7 +11016,8 @@ PowerPCCPU *cpu_ppc_init(struct uc_struct *uc)
|
||||
CPUClass *cc;
|
||||
PowerPCCPUClass *pcc;
|
||||
|
||||
cpu = qemu_memalign(8, sizeof(*cpu));
|
||||
// vsr
|
||||
cpu = qemu_memalign(16, sizeof(*cpu));
|
||||
if (cpu == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user