mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-25 05:04:58 -07:00
part 2: furthered progress on cfg switch
This commit is contained in:
@@ -626,6 +626,7 @@ e_type_from_key(Arena *arena, E_TypeKey key)
|
||||
type->byte_size = node->byte_size;
|
||||
switch(type->kind)
|
||||
{
|
||||
default:{}break;
|
||||
case E_TypeKind_Struct:
|
||||
case E_TypeKind_Union:
|
||||
case E_TypeKind_Class:
|
||||
|
||||
Reference in New Issue
Block a user