mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced 2025-01-03 16:35:47 +00:00
Improved logging (#103)
This commit is contained in:
parent
d45a67fd36
commit
27ed5ed039
|
@ -87,7 +87,7 @@ namespace ChocolArm64.Instruction
|
|||
: nameof(AMemory.ReadUInt64); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Context.EmitCall(typeof(AMemory), Name);
|
||||
|
||||
if (!IsSimd)
|
||||
|
@ -119,7 +119,7 @@ namespace ChocolArm64.Instruction
|
|||
string Name = null;
|
||||
|
||||
if (Size < 0 || Size > (IsSimd ? 4 : 3))
|
||||
{
|
||||
{
|
||||
throw new ArgumentOutOfRangeException(nameof(Size));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue