Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit 04c56c9041 - Show all commits

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