Rename argument on ArmSubroutine delegate
This commit is contained in:
parent
6a488484d9
commit
922db0fdcb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue