summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 03:39:38 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 03:39:38 -0400
commitb31dd66880382354402b589317ee15473936655d (patch)
tree68c9933482ba01f8659e0fe66a16a6d779a7ad4b /Python/opcode_targets.h
parentaff3084a94f77c7c8670a2787d2548bedc7193d2 (diff)
parentc78d501f52d4893f287f4b7b2f00cc96de78d7e3 (diff)
downloadcpython-b31dd66880382354402b589317ee15473936655d.tar.gz
Merge with 3.2: issue #17047 news entry
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,