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

Fixed argument displacement calculations #89

Closed quajak closed 4 years ago

quajak commented 4 years ago

Fixed bug when return size is larger than the argument size Also added tests