Skip to content
Snippets Groups Projects
Commit 0377b0e3 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

Backed out changeset: 3d4afae16505

parent 062f4f01
Branches
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ public final class Utils {
@TruffleBoundary
public static Frame getStackFrame(FrameAccess fa, int depth) {
return Truffle.getRuntime().iterateFrames(frameInstance -> {
Frame f = frameInstance.getFrame(fa, true);
Frame f = frameInstance.getFrame(fa, false);
return RArguments.getDepth(f) == depth ? f : null;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment