diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-03-20 17:00:00 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-03-20 17:00:00 -0300 |
| commit | e922c3627a789a86747fda6f42425b40c56182df (patch) | |
| tree | e1ca45b01f0b1c0a521d106edd2bcccbeafb6169 /ChocolArm64 | |
| parent | 1bd99e559785ecf6a40e1bcb4a717642014c078f (diff) | |
Rename IpcServices -> Services
Diffstat (limited to 'ChocolArm64')
| -rw-r--r-- | ChocolArm64/Translation/ILGeneratorEx.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Translation/ILGeneratorEx.cs b/ChocolArm64/Translation/ILGeneratorEx.cs index abb35ec3..61299308 100644 --- a/ChocolArm64/Translation/ILGeneratorEx.cs +++ b/ChocolArm64/Translation/ILGeneratorEx.cs @@ -3,7 +3,7 @@ using System; namespace ChocolArm64 { using System.Reflection.Emit; - + static class ILGeneratorEx { public static void EmitLdc_I4(this ILGenerator Generator,int Value) |
