diff options
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cris/cpu.h b/target/cris/cpu.h index af7121bba0..e6776f25b1 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -173,7 +173,7 @@ typedef struct CPUArchState { * * A CRIS CPU. */ -struct CRISCPU { +struct ArchCPU { /*< private >*/ CPUState parent_obj; /*< public >*/ |