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

Add missing 'transferToInterpreterAndInvalidate'.

parent e9e986a7
No related branches found
No related tags found
No related merge requests found
......@@ -284,9 +284,11 @@ final class CachedExtractVectorNode extends CachedVectorNode {
result = RNull.instance;
} else {
if (boxOldDimNames == null) {
CompilerDirectives.transferToInterpreterAndInvalidate();
boxOldDimNames = insert(BoxPrimitiveNode.create());
}
if (boxNewDimName == null) {
CompilerDirectives.transferToInterpreterAndInvalidate();
boxNewDimName = insert(BoxPrimitiveNode.create());
}
RAbstractStringVector originalDimName = (RAbstractStringVector) boxOldDimNames.execute(dataAt);
......
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