Rename IpcServices -> Services
This commit is contained in:
parent
c8cd538f15
commit
8b665c55f7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ using System;
|
||||||
namespace ChocolArm64
|
namespace ChocolArm64
|
||||||
{
|
{
|
||||||
using System.Reflection.Emit;
|
using System.Reflection.Emit;
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in a new issue