mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Merge pull request #288 from isildur-g/bugfix-assert
revert a change to assert
This commit is contained in:
commit
b312112e87
@ -2976,8 +2976,7 @@ void buildFragmentPrograms(const RoseBuildImpl &build,
|
|||||||
!lit_prog.empty()) {
|
!lit_prog.empty()) {
|
||||||
const auto &cfrag = fragments[pfrag.included_frag_id];
|
const auto &cfrag = fragments[pfrag.included_frag_id];
|
||||||
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());
|
||||||
/** !pfrag.s.any_nocase() >= !cfrag.s.any_nocase()); **/
|
|
||||||
u32 child_offset = cfrag.lit_program_offset;
|
u32 child_offset = cfrag.lit_program_offset;
|
||||||
DEBUG_PRINTF("child %u offset %u\n", cfrag.fragment_id,
|
DEBUG_PRINTF("child %u offset %u\n", cfrag.fragment_id,
|
||||||
child_offset);
|
child_offset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user