CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
274 stars 69 forks source link

Multidimensional arrays issue. #11

Open jp2masa opened 6 years ago

jp2masa commented 6 years ago

From @lukaandjelkovic on November 2, 2015 12:39

From Gitter

int[,] map = new int[120, 25];

When i use multidimensional arrays, it shows this error:

SystemVoidSystemInt32arraySetSystemInt32SystemInt32SystemInt32' undefined C:\Program Files (x86)\MSBuild\Cosmos\Cosmos.targets
ThontOS\TriangleOS\bin\tt\TriangleBoot.asm:370905: error: symbol `SystemVoidSystemInt32arrayctorSystemInt32SystemInt32' undefined

Copied from original issue: CosmosOS/Cosmos#231

charlesbetros commented 6 years ago

This also needs work done in the VS Debugger to support locals, watches, data tips, etc.