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
|
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue