Update ILGeneratorEx.cs
This commit is contained in:
parent
17f4ccf2d5
commit
0ac02701ed
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ namespace ChocolArm64
|
|||
|
||||
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)
|
||||
{
|
||||
|
@ -126,4 +126,4 @@ namespace ChocolArm64
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue