]> Cypherpunks repositories - gostls13.git/commit
runtime: generate dummy duffcopy
authorCherry Zhang <cherryyz@google.com>
Tue, 31 Mar 2020 23:13:39 +0000 (19:13 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 31 Mar 2020 23:54:09 +0000 (23:54 +0000)
commit7939c43748932c0caf1a1538410eb70fcd5a705f
tree74049900f02d6d97616707ff9f20799ec2e47fcf
parent6edd7971bb3e83356544b2cd6e7a93fdabff1246
runtime: generate dummy duffcopy

Although duffcopy is not used on PPC64, duff_ppc64x.s and
mkduff.go don't match. Make it so.

Fixes #38188.

Change-Id: Ic6c08e335795ea407880efd449f4229696af7744
Reviewed-on: https://go-review.googlesource.com/c/go/+/226719
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/duff_ppc64x.s
src/runtime/mkduff.go