Fixing kawa uint8-ref

This commit is contained in:
retropikzel 2025-07-23 07:09:43 +03:00
parent f0f604aeb2
commit b68e476000
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
(invoke ;(static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
(static-field java.lang.foreign.ValueLayout 'JAVA_INT)
'withByteAlignment
8))
1))
(define c-bytevector-u8-set!
(lambda (c-bytevector k byte)