Improved Addons Manager
This commit is contained in:
parent
feb3b6ece3
commit
e5a954617b
103 changed files with 1588 additions and 1351 deletions
|
|
@ -186,8 +186,8 @@ Function::Function(ObjectPool<Block>& block_pool, Location start_address)
|
|||
|
||||
CFG::CFG(Environment& env_, ObjectPool<Block>& block_pool_, Location start_address,
|
||||
bool exits_to_dispatcher_)
|
||||
: env{env_}, block_pool{block_pool_}, program_start{start_address}, exits_to_dispatcher{
|
||||
exits_to_dispatcher_} {
|
||||
: env{env_}, block_pool{block_pool_}, program_start{start_address},
|
||||
exits_to_dispatcher{exits_to_dispatcher_} {
|
||||
if (exits_to_dispatcher) {
|
||||
dispatch_block = block_pool.Create(Block{});
|
||||
dispatch_block->begin = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue