mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-16 04:37:02 +00:00
misc: Use nint/nuint instead of IntPtr/UIntPtr
This commit is contained in:
parent
90cb9d42db
commit
2c50fbcc1f
163 changed files with 844 additions and 844 deletions
|
|
@ -24,7 +24,7 @@ namespace ARMeilleure.IntermediateRepresentation
|
|||
{
|
||||
Debug.Assert(operand.Kind == OperandKind.Memory);
|
||||
|
||||
_data = (Data*)Unsafe.As<Operand, IntPtr>(ref operand);
|
||||
_data = (Data*)Unsafe.As<Operand, nint>(ref operand);
|
||||
}
|
||||
|
||||
public Operand BaseAddress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue