mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
Update control_flow_graph.cpp
added block->end back in
This commit is contained in:
parent
3c277f0c53
commit
4eaa098677
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ void CFG::EmitBlocks() {
|
|||
|
||||
Block* block = block_pool.Create();
|
||||
block->begin = start;
|
||||
block->end = end;
|
||||
block->begin_index = i;
|
||||
block->end_index = i + 1;
|
||||
block->end_inst = end_inst;
|
||||
|
|
Loading…
Add table
Reference in a new issue