Rename argument on ArmSubroutine delegate

This commit is contained in:
gdkchan 2019-02-03 19:02:48 -02:00
parent 6a488484d9
commit 922db0fdcb

View file

@ -6,7 +6,7 @@ using System.Reflection.Emit;
namespace ChocolArm64.Translation
{
delegate long ArmSubroutine(CpuThreadState register, MemoryManager memory);
delegate long ArmSubroutine(CpuThreadState state, MemoryManager memory);
class TranslatedSub
{