mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Add fallthrough attribute
This commit is contained in:
parent
4d8bfe328b
commit
f37adc4188
15 changed files with 23 additions and 9 deletions
|
|
@ -104,12 +104,12 @@ vertex_program_utils::vertex_program_metadata vertex_program_utils::analyse_vert
|
|||
{
|
||||
d0.HEX = instruction._u32[0];
|
||||
static_jump = (d0.cond == 0x7);
|
||||
// Fall through
|
||||
[[fallthrough]];
|
||||
}
|
||||
case RSX_SCA_OPCODE_BRB:
|
||||
{
|
||||
function_call = false;
|
||||
// Fall through
|
||||
[[fallthrough]];
|
||||
}
|
||||
case RSX_SCA_OPCODE_CAL:
|
||||
case RSX_SCA_OPCODE_CLI:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue