This commit is contained in:
LDj3SNuD 2019-09-11 20:19:09 +02:00 committed by GitHub
parent bcb50f0ef8
commit 81e992b5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ namespace ARMeilleure.Translation
func = Compiler.Compile<GuestFunction>(cfg, argTypes, OperandType.I64, CompilerOptions.HighCq, aotInfo);
if (aotInfo.CodeStream.Length >= Aot.MinCodeLengthToSave)
if ((int)aotInfo.CodeStream.Length >= Aot.MinCodeLengthToSave)
{
Aot.WriteInfoCodeReloc((long)address, aotInfo);
}