mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Add fallthrough attribute
This commit is contained in:
parent
4d8bfe328b
commit
f37adc4188
15 changed files with 23 additions and 9 deletions
|
|
@ -809,6 +809,7 @@ const char* rsx_debugger::ParseGCMEnum(u32 value, u32 type)
|
|||
case a + m * 14: \
|
||||
case a + m * 15: \
|
||||
index = (cmd - a) / m; \
|
||||
[[fallthrough]]; \
|
||||
case a \
|
||||
|
||||
QString rsx_debugger::DisAsmCommand(u32 cmd, u32 count, u32 ioAddr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue