Support asm template groups

This commit is contained in:
gingerBill
2026-08-17 19:54:21 +01:00
parent 8f2a4346fc
commit c3b2029f64
8 changed files with 235 additions and 2 deletions

View File

@@ -316,6 +316,7 @@ struct Entity {
bool is_objc_class_method : 1;
} Procedure;
struct {
bool is_asm_group;
Array<Entity *> entities;
} ProcGroup;
struct {