From 9269f6f68a2e3c561505ac978290f7ad52cc308e Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 4 Feb 2023 17:49:47 +0800 Subject: [PATCH] Update codeobject.h --- src/codeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codeobject.h b/src/codeobject.h index f0a114c1..eeb2ac9e 100644 --- a/src/codeobject.h +++ b/src/codeobject.h @@ -61,7 +61,7 @@ struct CodeObject { PyVarList consts; std::vector> names; emhash8::HashMap<_Str, int> global_names; - std::vector blocks = { CodeBlock{NO_BLOCK, {}, -1} }; + std::vector blocks = { CodeBlock{NO_BLOCK, -1} }; emhash8::HashMap<_Str, int> labels; // tmp variables