Fix (null) output of stack variables

This commit is contained in:
BrainStackOverFlow 2025-07-17 11:26:20 +03:00
parent 20197ee0bc
commit 9adcfd2ff5

View File

@ -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;