Add fallthrough attribute

This commit is contained in:
scribam 2018-09-06 13:28:12 +02:00 committed by Ivan
parent 4d8bfe328b
commit f37adc4188
15 changed files with 23 additions and 9 deletions

View file

@ -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: