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:
parent
fbf27a6c4c
commit
04c56c9041
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user