hw/m68k/next-cube: Remove superfluous semicolon
Fixes: 956a78118b
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200218094402.26625-7-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
6ab64e27c5
commit
5012a8941d
@ -734,7 +734,7 @@ void next_irq(void *opaque, int number, int level)
|
||||
switch (number) {
|
||||
/* level 3 - floppy, kbd/mouse, power, ether rx/tx, scsi, clock */
|
||||
case NEXT_FD_I:
|
||||
shift = 7;;
|
||||
shift = 7;
|
||||
break;
|
||||
case NEXT_KBD_I:
|
||||
shift = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user