This fixes a bug in argument size calculation in the case where the function has no return values. Previously it was padding the argument struct to max alignment, but this only happens if there are return values following. Updates #191
7 lines
182 B
Go
7 lines
182 B
Go
// Code generated by command: go run asm.go -out issue191.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
package issue191
|
|
|
|
// Uint16 tests argument size without return types.
|
|
func Uint16(n uint16)
|