mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 20:32:21 -07:00
Implement instrumentation pass
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ struct Entity {
|
||||
bool generated_from_polymorphic : 1;
|
||||
bool target_feature_disabled : 1;
|
||||
bool entry_point_only : 1;
|
||||
bool no_instrumentation : 1;
|
||||
bool has_instrumentation : 1;
|
||||
String target_feature;
|
||||
} Procedure;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user