summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-21 13:50:13 -0600
committerZachary Ware <zachary.ware@gmail.com>2014-01-21 13:50:13 -0600
commitff1769802fc3ac342e45d4967eeece028184fe6c (patch)
treefd08ccf458c45f70ccb09547d28826a7071c73b3 /Python/opcode_targets.h
parent77772c41204d33ca7ccb96908d2275a1d2711aa6 (diff)
parente0833fb5e338ab5d63f7ec2d15bdb65b3dc99e6d (diff)
downloadcpython-ff1769802fc3ac342e45d4967eeece028184fe6c.tar.gz
Issue #20301: Merge with 3.3
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r--Python/opcode_targets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index 2d6bcda513..f90a17a7ee 100644
--- a/Python/opcode_targets.h
+++ b/Python/opcode_targets.h
@@ -68,7 +68,7 @@ static void *opcode_targets[256] = {
&&TARGET_BINARY_OR,
&&TARGET_INPLACE_POWER,
&&TARGET_GET_ITER,
- &&TARGET_STORE_LOCALS,
+ &&_unknown_opcode,
&&TARGET_PRINT_EXPR,
&&TARGET_LOAD_BUILD_CLASS,
&&TARGET_YIELD_FROM,
@@ -147,7 +147,7 @@ static void *opcode_targets[256] = {
&&TARGET_LIST_APPEND,
&&TARGET_SET_ADD,
&&TARGET_MAP_ADD,
- &&_unknown_opcode,
+ &&TARGET_LOAD_CLASSDEREF,
&&_unknown_opcode,
&&_unknown_opcode,
&&_unknown_opcode,