diff --git a/src/pyjion/jitinfo.h b/src/pyjion/jitinfo.h index 8c5c61ca6..67437acb1 100644 --- a/src/pyjion/jitinfo.h +++ b/src/pyjion/jitinfo.h @@ -1341,8 +1341,8 @@ class CorJitInfo : public ICorJitInfo, public JittedCode { // of unmentioned vars is entire method ) override { *cVars = 0; - *vars = {};// Explore how/where these could be used? - *extendOthers = false; + *vars = {}; // Explore how/where these could be used? + *extendOthers = true; } // Report back to the EE the location of every variable.