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
f5bb3d65af
commit
3d36d4b317
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void CFG::EmitBlocks() {
|
|||
// [0,1], [1,2], [2,3], [3,4], [4,5]
|
||||
for (int i = 0; i < labels.size() - 2; ++i)
|
||||
{
|
||||
const Label start = lables[i];
|
||||
const Label start = labels[i];
|
||||
const Label end = labels[i+1];
|
||||
|
||||
// TODO: Investigate how to make sure this does not go out of bounds.
|
||||
|
|
Loading…
Add table
Reference in a new issue