Skip to content

Commit

Permalink
Merge branch 'develop/main' of github.com:tonybaloney/pyjion into dev…
Browse files Browse the repository at this point in the history
…elop/main
  • Loading branch information
tonybaloney committed Jan 13, 2022
2 parents 09c3fd1 + 04cd0a0 commit 66a772d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyjion/jitinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66a772d

Please sign in to comment.