mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Fix #3284
This commit is contained in:
@@ -310,6 +310,8 @@ enum StateFlag : u8 {
|
||||
|
||||
enum ViralStateFlag : u8 {
|
||||
ViralStateFlag_ContainsDeferredProcedure = 1<<0,
|
||||
ViralStateFlag_ContainsOrBreak = 1<<1,
|
||||
ViralStateFlag_ContainsOrReturn = 1<<2,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user