Skip to content

Commit 24a1792

Browse files
committed
Architecture: silence -Wimplicit-fallthrough
Silence a `-Wimplicit-fallthrough` warning from clang.
1 parent 72e251f commit 24a1792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Architecture/RISCV/SoftwareSingleStep.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ ErrorCode PrepareSoftwareSingleStep(Target::Process *process,
142142
break;
143143
}
144144
}
145+
break;
145146
case 0x02:
146147
switch ((instruction & 0xf000) >> 12) {
147148
default: break;

0 commit comments

Comments
 (0)