]> Cypherpunks repositories - gostls13.git/commit
runtime: fix Go prototypes in amd64 asm code
authorIskander Sharipov <iskander.sharipov@intel.com>
Mon, 6 Aug 2018 11:16:43 +0000 (14:16 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 19:45:19 +0000 (19:45 +0000)
commit3879ea54ed1f5c266657ffe593e2a8e1b63401ec
tree7cd8d612f67f7c09878b6a4b7df19a31989cac74
parentb0dc54697ba34494a4d77e8d3e446070fc7b223b
runtime: fix Go prototypes in amd64 asm code

Also adds some missing asmdecl comments for funcs with Go proto.

Change-Id: Iabc68e8c0ad936e06ed719e0f030bfc5f6f6e168
Reviewed-on: https://go-review.googlesource.com/127760
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/asm_amd64.s
src/runtime/stubs.go