Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a33de9

Browse files
committed
Get rid of obsolete ACCESS_MODE opcode.
1 parent 1aceb05 commit 6a33de9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/opcode.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ PERFORMANCE OF THIS SOFTWARE.
115115
#define COMPARE_OP 106 /* Comparison operator */
116116
#define IMPORT_NAME 107 /* Index in name list */
117117
#define IMPORT_FROM 108 /* Index in name list */
118-
#define ACCESS_MODE 109 /* Name (mode is int on top of stack) */
119118

120119
#define JUMP_FORWARD 110 /* Number of bytes to skip */
121120
#define JUMP_IF_FALSE 111 /* "" */

0 commit comments

Comments
 (0)