mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
rose: fix up comments referring to CHECK_LITERAL
This instruction is now called CHECK_LONG_LIT.
This commit is contained in:
committed by
Matthew Barr
parent
5061b76901
commit
5c9c540424
@@ -111,7 +111,7 @@ void loadLongLiteralState(const struct RoseEngine *t, char *state,
|
||||
}
|
||||
|
||||
// If we don't have any long literals in play, these values must point to
|
||||
// the real history buffer so that CHECK_LITERAL instructions examine the
|
||||
// the real history buffer so that CHECK_LONG_LIT instructions examine the
|
||||
// history buffer.
|
||||
scratch->tctxt.ll_buf = scratch->core_info.hbuf;
|
||||
scratch->tctxt.ll_len = scratch->core_info.hlen;
|
||||
|
||||
Reference in New Issue
Block a user