aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/cpu-qom.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/xtensa/cpu-qom.h')
-rw-r--r--target/xtensa/cpu-qom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/xtensa/cpu-qom.h b/target/xtensa/cpu-qom.h
index 4fc35ee..419c7d8 100644
--- a/target/xtensa/cpu-qom.h
+++ b/target/xtensa/cpu-qom.h
@@ -41,7 +41,7 @@ typedef struct XtensaConfig XtensaConfig;
/**
* XtensaCPUClass:
* @parent_realize: The parent class' realize handler.
- * @parent_reset: The parent class' reset handler.
+ * @parent_phases: The parent class' reset phase handlers.
* @config: The CPU core configuration.
*
* An Xtensa CPU model.
@@ -52,7 +52,7 @@ struct XtensaCPUClass {
/*< public >*/
DeviceRealize parent_realize;
- DeviceReset parent_reset;
+ ResettablePhases parent_phases;
const XtensaConfig *config;
};