Fixing Kawa

This commit is contained in:
retropikzel 2025-07-26 14:25:06 +03:00
parent c8ad556bbf
commit e766d22562
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
(newline)
(cond ((equal? type 'byte)
(java.lang.Byte value))
((equal? type 'int8)
(java.lang.Integer value))
((equal? type 'uint8)
(java.lang.Integer (invoke (gnu.math.UInt value) 'toIntNum)))
((equal? type 'short)