mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
ue-3145: make parents of included literals exclusive
This commit is contained in:
committed by
Matthew Barr
parent
86c5f7feb1
commit
252eb820c4
@@ -1465,7 +1465,7 @@ void dumpProgram(ofstream &os, const RoseEngine *t, const char *pc) {
|
||||
|
||||
PROGRAM_CASE(INCLUDED_JUMP) {
|
||||
os << " child_offset " << ri->child_offset << endl;
|
||||
os << " squash " << ri->squash << endl;
|
||||
os << " squash " << (u32)ri->squash << endl;
|
||||
}
|
||||
PROGRAM_NEXT_INSTRUCTION
|
||||
|
||||
|
Reference in New Issue
Block a user