mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
the merge got screwed up, this should fix it
This commit is contained in:
parent
727cff3621
commit
d3dd448641
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user