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
282 stars 70 forks source link

Allow usage of Unsafe #65

Closed quajak closed 6 years ago

quajak commented 6 years ago

Included System.Runtime.CompilerServices.Unsafe Fixed handling of unsafe methods in ILReader for unsafe methods This PR also fixes Ldobj to correctly handle sign extension