Fixing Kawa
This commit is contained in:
parent
0d615bebea
commit
60964b0a8e
|
|
@ -156,7 +156,7 @@
|
||||||
(invoke pointer 'equals null-pointer)))
|
(invoke pointer 'equals null-pointer)))
|
||||||
|
|
||||||
(define u8-value-layout
|
(define u8-value-layout
|
||||||
(invoke (static-field java.lang.foreign.ValueLayout 'JAVA_INT)
|
(invoke (static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
|
||||||
'withByteAlignment
|
'withByteAlignment
|
||||||
1))
|
1))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue