Skip to content

Commit 6c4b9fb

Browse files
committed
update Sulong message name
1 parent 8151727 commit 6c4b9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/PythonObjectNativeWrapperMR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
public class PythonObjectNativeWrapperMR {
9898
protected static String GP_OBJECT = "gp_object";
9999

100-
@Resolve(message = "com.oracle.truffle.llvm.runtime.interop.GetDynamicType")
100+
@Resolve(message = "com.oracle.truffle.llvm.spi.GetDynamicType")
101101
abstract static class GetDynamicTypeNode extends Node {
102102
@Child GetClassNode getClass = GetClassNode.create();
103103

0 commit comments

Comments
 (0)