diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
commit | 6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch) | |
tree | 49509696dbf91f8e26ee18309678d0f3d4daee56 /Python/opcode_targets.h | |
parent | d611f4cf10e63814ad0d2e51b215d13dc097d355 (diff) | |
download | cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.zip cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.bz2 |
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
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 3872256..0fec934 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -155,7 +155,7 @@ static void *opcode_targets[256] = { &&TARGET_BUILD_SET_UNPACK, &&TARGET_SETUP_ASYNC_WITH, &&TARGET_FORMAT_VALUE, - &&_unknown_opcode, + &&TARGET_BUILD_CONST_KEY_MAP, &&_unknown_opcode, &&_unknown_opcode, &&_unknown_opcode, |