mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
Update src/shader_recompiler/frontend/control_flow_graph.cpp
Co-authored-by: Exhigh <exhigh01@gmail.com>
This commit is contained in:
parent
3d36d4b317
commit
fb89776db5
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue