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

Merge pull request #692 in G/fastr from...

Merge pull request #692 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/truffleboundary_valueprinter to master

* commit '75afb454':
  add missing TruffleBoundary in ValuePrinterNode
parents dcaa7b69 75afb454
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ public final class ValuePrinterNode extends RBaseNode {
@Child private SetFixedAttributeNode namesAttrSetter = SetFixedAttributeNode.createNames();
@Child private SetFixedAttributeNode isTruffleObjAttrSetter = SetFixedAttributeNode.create("is.truffle.object");
@TruffleBoundary
public Object convert(TruffleObject obj) {
class RStringWrapper extends TruffleObjectWrapper implements RAbstractStringVector {
final TruffleObject object;
......
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