summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-15 15:12:37 +0100
committerMark Dickinson <mdickinson@enthought.com>2012-04-15 15:12:37 +0100
commit0276a326e15ced5fe6494d40658e9652ac90c5d5 (patch)
treea6b2218dbfd8082a7976f7ae7b22c7e138a201a0 /Python/opcode_targets.h
parent4536a907e314836a320414ee5bf3bf7557fef7b6 (diff)
parent3cd6793317074f286add6fff3627776fe3a50483 (diff)
downloadcpython-0276a326e15ced5fe6494d40658e9652ac90c5d5.tar.gz
Issue #13889: Merge fix from 3.2.
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r--Python/opcode_targets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index a91da79be6..2d6bcda513 100644
--- a/Python/opcode_targets.h
+++ b/Python/opcode_targets.h
@@ -71,7 +71,7 @@ static void *opcode_targets[256] = {
&&TARGET_STORE_LOCALS,
&&TARGET_PRINT_EXPR,
&&TARGET_LOAD_BUILD_CLASS,
- &&_unknown_opcode,
+ &&TARGET_YIELD_FROM,
&&_unknown_opcode,
&&_unknown_opcode,
&&TARGET_INPLACE_LSHIFT,