File tree Expand file tree Collapse file tree
src/main/java/cn/ussshenzhou/channel/audio/nativ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public class CShared {
2222 public static final OfDouble C_DOUBLE = (OfDouble ) Linker .nativeLinker ().canonicalLayouts ().get ("double" );
2323 public static final AddressLayout C_POINTER = ((AddressLayout ) Linker .nativeLinker ().canonicalLayouts ().get ("void*" ))
2424 .withTargetLayout (MemoryLayout .sequenceLayout (Long .MAX_VALUE , C_CHAR ));
25- public static final OfInt C_LONG = (OfInt ) Linker .nativeLinker ().canonicalLayouts ().get ("long" );
26- public static final OfDouble C_LONG_DOUBLE = (OfDouble ) Linker .nativeLinker ().canonicalLayouts ().get ("double" );
25+ // public static final OfInt C_LONG = (OfInt) Linker.nativeLinker().canonicalLayouts().get("long");
26+ // public static final OfDouble C_LONG_DOUBLE = (OfDouble) Linker.nativeLinker().canonicalLayouts().get("double");
2727
2828 static final boolean TRACE_DOWNCALLS = Boolean .getBoolean ("jextract.trace.downcalls" );
2929
You can’t perform that action at this time.
0 commit comments