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:
2019-03-25 09:37:40 +01:00
parent fbf27a6c4c
commit 04c56c9041

View File

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