Define where #bounds_check/#no_bounds_check can be applied

This commit is contained in:
gingerBill
2021-08-15 11:09:41 +01:00
parent 9fb486b2ad
commit d5e3f72a0b
2 changed files with 72 additions and 44 deletions
-2
View File
@@ -259,8 +259,6 @@ enum StateFlag : u16 {
StateFlag_bounds_check = 1<<0,
StateFlag_no_bounds_check = 1<<1,
StateFlag_no_deferred = 1<<5,
StateFlag_BeenHandled = 1<<15,
};