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
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ public final class GetCallerFrameNode extends RBaseNode {
if (slowPathFrame != null) {
return slowPathFrame;
}
callerFrameObject = null;
}
assert callerFrameObject == null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment