makefuncgo_386.go
3.21 KB
-
reflect: Fix MakeFunc for 386 when returning a struct. · 9c6230e9
When a 386 function returns a struct, it needs to return using an rtd instruction that pops the hidden struct parameter off the stack. That wasn't happening. From-SVN: r205551
Ian Lance Taylor committed