mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +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
@ -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…
Reference in New Issue
Block a user