Very strange mask bug

This commit is contained in:
Dynamitos
2024-10-30 10:28:10 +01:00
parent 289b759498
commit 2811757476
11 changed files with 276 additions and 950 deletions
+6 -1
View File
@@ -34,11 +34,16 @@ struct HeapDebug
uint level_first_element;
uint id_in_level;
uint first_bit;
uint handle;
uint heapValue;
uint h;
uint c;
uint64_t target_bits;
};
struct DebugStruct
{
HeapDebug heapValues[18];
HeapDebug heapValues[17];
};