Fix (null) output of stack variables
This commit is contained in:
parent
20197ee0bc
commit
9adcfd2ff5
@ -463,7 +463,7 @@ static bool is_double_field_access(AST *e) {
|
||||
static void denoop_visitor(AST **nptr, AST *stmt, AST *stmtPrev, AST *chunk, AST *tlc, void *ud) {
|
||||
struct DenoopState *state = ud;
|
||||
|
||||
if(state->targetTLC != tlc) return;
|
||||
// if(state->targetTLC != tlc) return;
|
||||
|
||||
AST *n = *nptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user