Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 14:39:37 +03:00
parent 708ab89d28
commit 95010e7a6e
1 changed files with 7 additions and 7 deletions

View File

@ -180,13 +180,13 @@
'getClass)
'getName))
(newline)
(invoke
(invoke (java.lang.Byte 1)
'toUnsignedInt
(invoke
(invoke c-bytevector 'reinterpret INTEGER-MAX-VALUE)
'get
u8-value-layout
k)
'intValue)))
k))))
(define pointer-value-layout
(invoke (static-field java.lang.foreign.ValueLayout 'ADDRESS)