diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-08-10 05:58:10 -0700 |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-08-10 05:58:10 -0700 |
commit | 2e74d253ec63d110af6e5a55bca22915fe374d60 (patch) | |
tree | b979cae87c256ab318808ca78526c8aaf0e7d09e /Python/opcode_targets.h | |
parent | efdd3f26e3ca6220ddd8f7ce6a97fde9a14db45a (diff) | |
parent | d265ba722d7eebdde6234372287ce58fdd232437 (diff) | |
download | cpython-2e74d253ec63d110af6e5a55bca22915fe374d60.tar.gz |
Issue #18668: Further clarify m_size setting for non-negative values
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index 2d6bcda513..f90a17a7ee 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -68,7 +68,7 @@ static void *opcode_targets[256] = { &&TARGET_BINARY_OR, &&TARGET_INPLACE_POWER, &&TARGET_GET_ITER, - &&TARGET_STORE_LOCALS, + &&_unknown_opcode, &&TARGET_PRINT_EXPR, &&TARGET_LOAD_BUILD_CLASS, &&TARGET_YIELD_FROM, @@ -147,7 +147,7 @@ static void *opcode_targets[256] = { &&TARGET_LIST_APPEND, &&TARGET_SET_ADD, &&TARGET_MAP_ADD, - &&_unknown_opcode, + &&TARGET_LOAD_CLASSDEREF, &&_unknown_opcode, &&_unknown_opcode, &&_unknown_opcode, |