Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-02-23 16:17:49 -07:00
parent 296e293adc
commit e95e502227
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ protected:
// cannot share the same word as the following bit fields.
uint32_t tag_group_index_;
// Each bit corresponds to a different BFS queue.
std::atomic<uint8_t> bfs_in_queue_; // 4
std::atomic<uint8_t> bfs_in_queue_; // 8
unsigned int level_:Graph::vertex_level_bits; // 24
unsigned int slew_annotated_:slew_annotated_bits; // 4