Skip to content

Commit 97ff530

Browse files
committed
Added _GLOBAL opcodes.
1 parent 2912f22 commit 97ff530

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/opcode.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8888
/* unused: 94 */
8989
#define STORE_ATTR 95 /* Index in name list */
9090
#define DELETE_ATTR 96 /* "" */
91+
#define STORE_GLOBAL 97 /* "" */
92+
#define DELETE_GLOBAL 98 /* "" */
9193

9294
#define LOAD_CONST 100 /* Index in const list */
9395
#define LOAD_NAME 101 /* Index in name list */

0 commit comments

Comments
 (0)