Add #branch_location

This commit is contained in:
gingerBill
2025-01-01 17:26:15 +00:00
parent 1cf7a56ba7
commit 7b334d2bd9
7 changed files with 89 additions and 38 deletions

View File

@@ -256,6 +256,7 @@ struct Entity {
bool entry_point_only : 1;
bool has_instrumentation : 1;
bool is_memcpy_like : 1;
bool uses_branch_location : 1;
} Procedure;
struct {
Array<Entity *> entities;