Fixing Kawa
This commit is contained in:
parent
708ab89d28
commit
95010e7a6e
|
|
@ -180,13 +180,13 @@
|
||||||
'getClass)
|
'getClass)
|
||||||
'getName))
|
'getName))
|
||||||
(newline)
|
(newline)
|
||||||
(invoke
|
(invoke (java.lang.Byte 1)
|
||||||
|
'toUnsignedInt
|
||||||
(invoke
|
(invoke
|
||||||
(invoke c-bytevector 'reinterpret INTEGER-MAX-VALUE)
|
(invoke c-bytevector 'reinterpret INTEGER-MAX-VALUE)
|
||||||
'get
|
'get
|
||||||
u8-value-layout
|
u8-value-layout
|
||||||
k)
|
k))))
|
||||||
'intValue)))
|
|
||||||
|
|
||||||
(define pointer-value-layout
|
(define pointer-value-layout
|
||||||
(invoke (static-field java.lang.foreign.ValueLayout 'ADDRESS)
|
(invoke (static-field java.lang.foreign.ValueLayout 'ADDRESS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue