mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-07 20:20:17 +00:00
push ref
This commit is contained in:
parent
5bc30984c2
commit
61be706c7d
@ -524,7 +524,7 @@ private:
|
|||||||
EXPR();
|
EXPR();
|
||||||
// emit(OP_LOAD_NAME, index);
|
// emit(OP_LOAD_NAME, index);
|
||||||
emit(OP_STORE_REF);
|
emit(OP_STORE_REF);
|
||||||
//emit(OP_LOAD_NAME_REF, index);;
|
emit(OP_LOAD_NAME_REF, index);;
|
||||||
}
|
}
|
||||||
else EXPR();
|
else EXPR();
|
||||||
} while (match(TK(",")));
|
} while (match(TK(",")));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user