diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:15 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:15 -0500 |
commit | 0938d98bcc684b01e92112245b5868e7b920a5a2 (patch) | |
tree | dc14b536462428ba58231f4588e759491a4e78ba /Python/opcode_targets.h | |
parent | 2ec8f9bffc952a2ebc17b91787298be1180e517f (diff) | |
parent | 264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff) | |
download | cpython-git-0938d98bcc684b01e92112245b5868e7b920a5a2.tar.gz |
merge 3.5
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 569e759048..ed2a135a38 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -53,7 +53,7 @@ static void *opcode_targets[256] = { &&TARGET_GET_ANEXT, &&TARGET_BEFORE_ASYNC_WITH, &&_unknown_opcode, - &&TARGET_STORE_MAP, + &&_unknown_opcode, &&TARGET_INPLACE_ADD, &&TARGET_INPLACE_SUBTRACT, &&TARGET_INPLACE_MULTIPLY, |