]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/avr: Correct AVRCPUClass docstring
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 22 Jan 2022 00:10:36 +0000 (01:10 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 21 Feb 2022 17:17:05 +0000 (18:17 +0100)
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>
target/avr/cpu-qom.h

index 9fa6989c188297d0bdd1f3d1294137eb1e44c380..14e5b3ce72ff01c9303b742f7fb3c99c444f3adb 100644 (file)
@@ -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.
  */