diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 09:09:24 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 09:09:24 +0100 |
commit | 3fd279ebe09bbd98f93b1a74e44bf69b05f28b14 (patch) | |
tree | a29b724be9b4d73eaf040c1da3f06eb30440304c /Python/opcode_targets.h | |
parent | f21948c9b62b6c4e31a5d10f4c4eddd8cb3e2331 (diff) | |
parent | 7d98c6e7cca7c964ce01afdf88125b147b57943f (diff) | |
download | cpython-3fd279ebe09bbd98f93b1a74e44bf69b05f28b14.tar.gz |
Merge 3.4
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 f90a17a7ee..1553a7a32f 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -15,8 +15,8 @@ static void *opcode_targets[256] = { &&_unknown_opcode, &&_unknown_opcode, &&TARGET_UNARY_INVERT, - &&_unknown_opcode, - &&_unknown_opcode, + &&TARGET_BINARY_MATRIX_MULTIPLY, + &&TARGET_INPLACE_MATRIX_MULTIPLY, &&_unknown_opcode, &&TARGET_BINARY_POWER, &&TARGET_BINARY_MULTIPLY, |