Improved logging (#103)

This commit is contained in:
gdkchan 2018-04-24 15:57:39 -03:00 committed by GitHub
parent 4e24866b47
commit a8ba340dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 555 additions and 870 deletions

View file

@ -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));
}