Nit.
This commit is contained in:
parent
bcb50f0ef8
commit
81e992b5b3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue