Commit 4c164684 by Ian Lance Taylor

reflect: Correct error in conversion of s390x support to Go 1.4.

From-SVN: r219685
parent 6c34c761
......@@ -320,7 +320,7 @@ argloop:
switch v.Kind() {
case Ptr, UnsafePointer, Chan, Func, Map:
w = uintptr(v.pointer())
} else {
default:
memmove(unsafe.Pointer(&w), v.ptr, v.typ.size)
if ret_off_reg != 0 {
w = s390xReloadForRegister(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment