mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 23:52:22 -07:00
promote content scope to base layer, rename as 'access'; generalize based just on list of scope refcounts, + optional cvs; eliminate c_scope; replace dasm_scope with access as well
This commit is contained in:
@@ -166,7 +166,7 @@ ptg_builder_thread__entry_point(void *p)
|
||||
{
|
||||
for(;;)
|
||||
{
|
||||
C_Scope *scope = c_scope_open();
|
||||
Access *access = access_open();
|
||||
|
||||
//- rjf: get next key
|
||||
PTG_Key key = {0};
|
||||
@@ -214,7 +214,7 @@ ptg_builder_thread__entry_point(void *p)
|
||||
}
|
||||
}
|
||||
|
||||
c_scope_close(scope);
|
||||
access_close(access);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user