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
279 stars 71 forks source link

Fix crash when the final opcode in the method has some following opcode #175

Closed quajak closed 1 year ago

quajak commented 1 year ago

Fixed il stack analysis tests and added new case

Fixes https://github.com/CosmosOS/Cosmos/issues/2453