mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
Update control_flow_graph.cpp
added block->end back in
This commit is contained in:
parent
3c277f0c53
commit
4eaa098677
@ -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…
Reference in New Issue
Block a user