diff options
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/cpu-qom.h | 2 | ||||
-rw-r--r-- | target/cris/cpu.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/cris/cpu-qom.h b/target/cris/cpu-qom.h index 431a1d5..c2fee24 100644 --- a/target/cris/cpu-qom.h +++ b/target/cris/cpu-qom.h @@ -36,9 +36,7 @@ OBJECT_DECLARE_CPU_TYPE(CRISCPU, CRISCPUClass, CRIS_CPU) * A CRIS CPU model. */ struct CRISCPUClass { - /*< private >*/ CPUClass parent_class; - /*< public >*/ DeviceRealize parent_realize; ResettablePhases parent_phases; diff --git a/target/cris/cpu.h b/target/cris/cpu.h index 676b8e9..6aa4453 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -174,9 +174,7 @@ typedef struct CPUArchState { * A CRIS CPU. */ struct ArchCPU { - /*< private >*/ CPUState parent_obj; - /*< public >*/ CPUCRISState env; }; |