Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 12:25:25 +03:00
parent 8b6cea55ad
commit 0d615bebea
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
(invoke pointer 'equals null-pointer)))
(define u8-value-layout
(invoke (static-field java.lang.foreign.ValueLayout 'JAVA_BYTE)
(invoke (static-field java.lang.foreign.ValueLayout 'JAVA_INT)
'withByteAlignment
1))