Skip to content

Commit

Permalink
refactor: remove extraneous qemu_fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Jan 19, 2025
1 parent 4f5a6d2 commit 45b0009
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hw/arm/apple-silicon/t8030.c
Original file line number Diff line number Diff line change
Expand Up @@ -2421,11 +2421,8 @@ static void t8030_machine_init(MachineState *machine)
t8030_machine->rtbuddy_protocol_ver = 11;
break;
case 15:
QEMU_FALLTHROUGH;
case 16:
QEMU_FALLTHROUGH;
case 17:
QEMU_FALLTHROUGH;
case 18:
t8030_machine->rtbuddy_protocol_ver = 12;
break;
Expand Down

0 comments on commit 45b0009

Please sign in to comment.