diff options
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 f90a17a..1553a7a 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, | 
