diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 00:18:11 +0100 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 00:18:11 +0100 |
| commit | 7d98c6e7cca7c964ce01afdf88125b147b57943f (patch) | |
| tree | edd84ddc32a466d9481fa07a9e42c88e7e849059 /Python/opcode_targets.h | |
| parent | 854afa0d9ba5f3450ab807432e590819be3a7f75 (diff) | |
| parent | c044b71c5a4088125ba4ed2d2ac91d6497f08214 (diff) | |
| download | cpython-7d98c6e7cca7c964ce01afdf88125b147b57943f.tar.gz | |
Merge 3.4 (asyncio)
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, |
