diff options
author | Ned Deily <nad@acm.org> | 2014-05-22 15:29:18 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-05-22 15:29:18 -0700 |
commit | fcc387425dca970e54cddabb539b54849e7137fc (patch) | |
tree | db8e1f7aef6b4cd5a17892c5f1aa7d916e9e61b0 /Python/opcode_targets.h | |
parent | 02256dcd881900c4b22140aaf8f3a17a17319bd0 (diff) | |
parent | 6248652cd68fb12e060c9ec640e74c15be10af8f (diff) | |
download | cpython-fcc387425dca970e54cddabb539b54849e7137fc.tar.gz |
Issue #21383: OS X installer builds now use "make touch".
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, |