Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
a6e60916
Commit
a6e60916
authored
Jul 13, 2011
by
Wei Guangjing
Committed by
Russ Cox
Jul 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: stdcall_raw stack 16byte align for Win64
R=alex.brainman, rsc CC=golang-dev
https://golang.org/cl/4681049
parent
86a659ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sys.s
src/pkg/runtime/windows/amd64/sys.s
+1
-0
No files found.
src/pkg/runtime/windows/amd64/sys.s
View file @
a6e60916
...
...
@@ -20,6 +20,7 @@ TEXT runtime·stdcall_raw(SB),7,$8
CMPQ g(DI), SI
JEQ 3(PC)
MOVQ (g_sched+gobuf_sp)(SI), SP
ANDQ $~15, SP
MOVQ SI, g(DI)
SUBQ $0x60, SP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment