fix some compilation warnings regarding typcase of (CPUState *)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
static int tosa_init(struct uc_struct *uc, MachineState *machine)
|
||||
{
|
||||
//cpu_arm_init(uc, "pxa255");
|
||||
uc->cpu = cpu_arm_init(uc, "cortex-a15"); // FIXME
|
||||
uc->cpu = (CPUState *)cpu_arm_init(uc, "cortex-a15"); // FIXME
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user