Skip to content
Snippets Groups Projects
Commit 21ce856f authored by Florian Angerer's avatar Florian Angerer
Browse files

Fix: Did not update caller frame object variable.

parent 0ba37652
Branches
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ public final class GetCallerFrameNode extends RBaseNode { ...@@ -61,6 +61,7 @@ public final class GetCallerFrameNode extends RBaseNode {
if (slowPathFrame != null) { if (slowPathFrame != null) {
return slowPathFrame; return slowPathFrame;
} }
callerFrameObject = null;
} }
assert callerFrameObject == null; assert callerFrameObject == null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment