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
|
// Otherwise we would need to follow the execution chain
|
||||||
result.has_branch_instructions = true;
|
result.has_branch_instructions = true;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsx::assembler::FP::get_operand_count(opcode) > 0 &&
|
if (rsx::assembler::FP::get_operand_count(opcode) > 0 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user