Typehinting merge #50
@ -2529,7 +2529,7 @@ static sxi32 VmByteCodeExec(
|
|||||||
pIdx = pTos;
|
pIdx = pTos;
|
||||||
pTos--;
|
pTos--;
|
||||||
}
|
}
|
||||||
if(pTos->iFlags & MEMOBJ_STRING) {
|
if(pTos->iFlags & MEMOBJ_STRING && (pTos->iFlags & MEMOBJ_HASHMAP) == 0) {
|
||||||
/* String access */
|
/* String access */
|
||||||
if(pIdx) {
|
if(pIdx) {
|
||||||
sxu32 nOfft;
|
sxu32 nOfft;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user