Skip to content
Snippets Groups Projects
Commit 3225595a authored by Lukas Stadler's avatar Lukas Stadler Committed by Florian Angerer
Browse files

use upcall for str2type and simulate DllInfo layout

parent 5fb6d43d
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ public final class NativeDataAccess {
@TruffleBoundary
private static NativeMirror putMirrorObject(Object arg, RObject obj) {
NativeMirror mirror;
NativeMirror mirror;
obj.setNativeMirror(mirror = arg instanceof CustomNativeMirror ? new NativeMirror(((CustomNativeMirror) arg).getCustomMirrorAddress()) : new NativeMirror());
// System.out.println(String.format("adding %16x = %s", mirror.id,
// obj.getClass().getSimpleName()));
......
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