aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu-qom.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/microblaze/cpu-qom.h')
-rw-r--r--target/microblaze/cpu-qom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/cpu-qom.h b/target/microblaze/cpu-qom.h
index 49b07cc..053ba44 100644
--- a/target/microblaze/cpu-qom.h
+++ b/target/microblaze/cpu-qom.h
@@ -44,7 +44,7 @@ typedef struct MicroBlazeCPUClass {
/*< public >*/
DeviceRealize parent_realize;
- void (*parent_reset)(CPUState *cpu);
+ DeviceReset parent_reset;
} MicroBlazeCPUClass;
typedef struct MicroBlazeCPU MicroBlazeCPU;