mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
rose: do fragment group assignment earlier
This commit is contained in:
committed by
Matthew Barr
parent
6bf35cb637
commit
a0260c0362
@@ -437,8 +437,10 @@ private:
|
||||
std::set<ReportID> all_reports(const OutfixInfo &outfix);
|
||||
|
||||
struct LitFragment {
|
||||
explicit LitFragment(u32 fragment_id_in) : fragment_id(fragment_id_in) {}
|
||||
LitFragment(u32 fragment_id_in, rose_group groups_in)
|
||||
: fragment_id(fragment_id_in), groups(groups_in) {}
|
||||
u32 fragment_id;
|
||||
rose_group groups;
|
||||
u32 lit_program_offset = 0;
|
||||
u32 delay_program_offset = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user