mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
the merge got screwed up, this should fix it
This commit is contained in:
@@ -2992,6 +2992,7 @@ void buildFragmentPrograms(const RoseBuildImpl &build,
|
|||||||
pfrag.lit_ids);
|
pfrag.lit_ids);
|
||||||
if (pfrag.included_delay_frag_id != INVALID_FRAG_ID &&
|
if (pfrag.included_delay_frag_id != INVALID_FRAG_ID &&
|
||||||
!rebuild_prog.empty()) {
|
!rebuild_prog.empty()) {
|
||||||
|
const auto &cfrag = fragments[pfrag.included_frag_id];
|
||||||
/** assert(pfrag.s.length() >= cfrag.s.length() && **/
|
/** assert(pfrag.s.length() >= cfrag.s.length() && **/
|
||||||
assert(pfrag.s.length() == cfrag.s.length() &&
|
assert(pfrag.s.length() == cfrag.s.length() &&
|
||||||
!pfrag.s.any_nocase() >= !cfrag.s.any_nocase());
|
!pfrag.s.any_nocase() >= !cfrag.s.any_nocase());
|
||||||
|
|||||||
Reference in New Issue
Block a user