diff --git a/src/rose/rose_build_matchers.cpp b/src/rose/rose_build_matchers.cpp index b92941d7..cd88c980 100644 --- a/src/rose/rose_build_matchers.cpp +++ b/src/rose/rose_build_matchers.cpp @@ -650,6 +650,11 @@ MatcherProto makeMatcherProto(const RoseBuildImpl &build, size_t max_len, u32 max_offset) { MatcherProto mp; + if (delay_rebuild) { + assert(table == ROSE_FLOATING); + assert(build.cc.streaming); + } + for (const auto &e : build.literals.right) { const u32 id = e.first; if (!build.hasFinalId(id)) {