Fixing kawa uint8-ref
This commit is contained in:
parent
f0f604aeb2
commit
b68e476000
|
|
@ -160,7 +160,7 @@
|
||||||
(invoke ;(static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
|
(invoke ;(static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
|
||||||
(static-field java.lang.foreign.ValueLayout 'JAVA_INT)
|
(static-field java.lang.foreign.ValueLayout 'JAVA_INT)
|
||||||
'withByteAlignment
|
'withByteAlignment
|
||||||
8))
|
1))
|
||||||
|
|
||||||
(define c-bytevector-u8-set!
|
(define c-bytevector-u8-set!
|
||||||
(lambda (c-bytevector k byte)
|
(lambda (c-bytevector k byte)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue