Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
q800: add missing space after parent object in GLUEState
This brings GLUEState in line with our current QOM guidelines.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20230621085353.113233-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
  • Loading branch information
mcayland authored and vivier committed Jun 22, 2023
1 parent 26fcbf0 commit cbba124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/m68k/q800.c
Expand Up @@ -100,6 +100,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(GLUEState, GLUE)

struct GLUEState {
SysBusDevice parent_obj;

M68kCPU *cpu;
uint8_t ipr;
uint8_t auxmode;
Expand Down

0 comments on commit cbba124

Please sign in to comment.