mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
set up nil udt in raddbg conversion - used for empty udt info for e.g. pure virtual structs
This commit is contained in:
@@ -35,6 +35,11 @@ cons_root_new(CONS_RootParams *params){
|
||||
result->scope_count += 1;
|
||||
}
|
||||
|
||||
// rjf: setup null UDT
|
||||
{
|
||||
cons__type_udt_from_any_type(result, result->nil_type);
|
||||
}
|
||||
|
||||
// initialize maps
|
||||
{
|
||||
#define BKTCOUNT(x) ((x)?(u64_up_to_pow2(x)):(128))
|
||||
|
||||
Reference in New Issue
Block a user