diff options
Diffstat (limited to 'target/tricore')
-rw-r--r-- | target/tricore/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h index cd1954aa9e..108d6b8288 100644 --- a/target/tricore/cpu.h +++ b/target/tricore/cpu.h @@ -196,7 +196,7 @@ typedef struct CPUArchState { * * A TriCore CPU. */ -struct TriCoreCPU { +struct ArchCPU { /*< private >*/ CPUState parent_obj; /*< public >*/ |