diff options
Diffstat (limited to 'target/avr')
-rw-r--r-- | target/avr/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/avr/cpu.h b/target/avr/cpu.h index a833799fc1..55497f851d 100644 --- a/target/avr/cpu.h +++ b/target/avr/cpu.h @@ -143,7 +143,7 @@ typedef struct CPUArchState { * * A AVR CPU. */ -struct AVRCPU { +struct ArchCPU { /*< private >*/ CPUState parent_obj; /*< public >*/ |