Update ILGeneratorEx.cs

This commit is contained in:
LDj3SNuD 2018-04-29 03:19:30 +02:00 committed by GitHub
commit 0ac02701ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ namespace ChocolArm64
static class ILGeneratorEx static class ILGeneratorEx
{ {
public static void EmitLdc_I4(this ILGenerator Generator,int Value) public static void EmitLdc_I4(this ILGenerator Generator, int Value)
{ {
switch (Value) switch (Value)
{ {