diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-01-22 01:10:36 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-02-21 18:17:05 +0100 |
commit | 97f33633b1c17875b8605bd323aa1d4aa4db5b01 (patch) | |
tree | 5c780b4100bd3fad2640c1d167493f746e015cb5 /target/avr | |
parent | 0577e84d374572344bb1cc87c9778357597a3fad (diff) |
target/avr: Correct AVRCPUClass docstring
There is no 'vr' field in AVRCPUClass.
Likely a copy/paste typo from CRISCPUClass ;)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220122001036.83267-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target/avr')
-rw-r--r-- | target/avr/cpu-qom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/avr/cpu-qom.h b/target/avr/cpu-qom.h index 9fa6989c18..14e5b3ce72 100644 --- a/target/avr/cpu-qom.h +++ b/target/avr/cpu-qom.h @@ -33,7 +33,6 @@ OBJECT_DECLARE_TYPE(AVRCPU, AVRCPUClass, * AVRCPUClass: * @parent_realize: The parent class' realize handler. * @parent_reset: The parent class' reset handler. - * @vr: Version Register value. * * A AVR CPU model. */ |