diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-03 15:11:53 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-03 15:11:53 -0500 |
commit | c84f5e48d5387cbcb779c9354132bb6a48d07ea3 (patch) | |
tree | eea40c044a2802b7112691f1614766faea81af2e /Python/opcode_targets.h | |
parent | 41540bf9aa1b0dfb206088945acfd7bb74d440d0 (diff) | |
parent | 00261b71a55839b4b53a50d7ab7b416110570d10 (diff) | |
download | cpython-c84f5e48d5387cbcb779c9354132bb6a48d07ea3.tar.gz |
merge 3.2
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 2 |
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, |