Multidimensional array of the same type should not be marked as mixed.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-25 09:37:40 +01:00
parent fbf27a6c4c
commit 04c56c9041
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -2479,7 +2479,7 @@ static sxi32 VmByteCodeExec(
} else {
pFlags = pEntry[1].iFlags;
}
if(iFlags != pFlags) {
if(iFlags != pFlags && iFlags != (pFlags ^ MEMOBJ_HASHMAP)) {
iFlags = MEMOBJ_MIXED;
}
}