rsx: add missing default to switch
This commit is contained in:
@@ -675,6 +675,8 @@ fragment_program_utils::fragment_program_metadata fragment_program_utils::analys
|
||||
// Otherwise we would need to follow the execution chain
|
||||
result.has_branch_instructions = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (rsx::assembler::FP::get_operand_count(opcode) > 0 &&
|
||||
|
||||
Reference in New Issue
Block a user