xo-gc stack: fix mutation setup + xo-reader2 utest
This commit is contained in:
parent
6068da02af
commit
adba8536d9
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ namespace xo {
|
|||
DDefineSsm::on_parsed_typedescr(TypeDescr td,
|
||||
ParserStateMachine * p_psm)
|
||||
{
|
||||
scope log(XO_DEBUG(true), xtag("td", td));
|
||||
scope log(XO_DEBUG(p_psm->debug_flag()), xtag("td", td));
|
||||
|
||||
if (defstate_ == defexprstatetype::def_3) {
|
||||
this->defstate_ = defexprstatetype::def_4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue