Skip to content
Snippets Groups Projects
Commit 999809b3 authored by Mick Jordan's avatar Mick Jordan
Browse files

missing TruffleBoundary

parent 4a3c0753
Branches
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ public abstract class FastRPkgSource extends RBuiltinNode {
RError.warning(this, RError.Message.GENERIC, String.format("function '%s::%s' failed to deparse - ignoring", pkg, fname));
}
@TruffleBoundary
private static void saveSource(String pkg, String fname, String deparseResult) {
RSerialize.setSaveDeparse(false);
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment