Update src/shader_recompiler/frontend/control_flow_graph.cpp

Co-authored-by: Exhigh <exhigh01@gmail.com>
This commit is contained in:
Raul Ramirez 2024-08-16 07:38:30 -06:00 committed by GitHub
parent 3d36d4b317
commit fb89776db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ void CFG::EmitBlocks() {
};
// Check to make sure there are lables in the vector and that they have data.
ASSERT(!lables.empty() && lables.size() > 2);
ASSERT(!labels.empty() && labels.size() > 2);
// Loop through every pair except the last two:
// [0,1,2,3,4,5,6]