[K/N][codegen] Fixed bug with stack allocated strings

#KT-53667 Fixed
This commit is contained in:
Igor Chevdar
2022-08-19 12:48:46 +03:00
committed by Space
parent 16eaba8f68
commit 0f9ae605d0
@@ -325,6 +325,7 @@ internal class StackLocalsManagerImpl(
symbols.array to functionGenerationContext.kObjHeaderPtr, symbols.array to functionGenerationContext.kObjHeaderPtr,
symbols.byteArray to int8Type, symbols.byteArray to int8Type,
symbols.charArray to int16Type, symbols.charArray to int16Type,
symbols.string to int16Type,
symbols.shortArray to int16Type, symbols.shortArray to int16Type,
symbols.intArray to int32Type, symbols.intArray to int32Type,
symbols.longArray to int64Type, symbols.longArray to int64Type,