summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-05-22 15:29:18 -0700
committerNed Deily <nad@acm.org>2014-05-22 15:29:18 -0700
commitfcc387425dca970e54cddabb539b54849e7137fc (patch)
treedb8e1f7aef6b4cd5a17892c5f1aa7d916e9e61b0 /Python/opcode_targets.h
parent02256dcd881900c4b22140aaf8f3a17a17319bd0 (diff)
parent6248652cd68fb12e060c9ec640e74c15be10af8f (diff)
downloadcpython-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.h4
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,