Multidimensional array of the same type should not be marked as mixed.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user