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

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

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