Fixing kawa uint8-ref
This commit is contained in:
parent
b68e476000
commit
ac723e230b
|
|
@ -157,8 +157,7 @@
|
|||
(invoke pointer 'equals null-pointer)))
|
||||
|
||||
(define u8-value-layout
|
||||
(invoke ;(static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
|
||||
(static-field java.lang.foreign.ValueLayout 'JAVA_INT)
|
||||
(invoke (static-field java.lang.foreign.ValueLayout 'JAVA_INT)
|
||||
'withByteAlignment
|
||||
1))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue