Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
4a4d4832
Commit
4a4d4832
authored
Jul 12, 2013
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix build for windows.
R=golang-dev CC=golang-dev
https://golang.org/cl/11188043
parent
2f1ead70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_386.s
+2
-2
src/pkg/runtime/sys_windows_amd64.s
src/pkg/runtime/sys_windows_amd64.s
+2
-2
No files found.
src/pkg/runtime/sys_windows_386.s
View file @
4a4d4832
...
...
@@ -38,7 +38,7 @@ TEXT runtime·asmstdcall(SB),7,$0
RET
TEXT
runtime
·
badsignal
(
SB
),7,$24
TEXT
runtime
·
badsignal
2
(
SB
),7,$24
//
stderr
MOVL
$
-
12
,
0
(
SP
)
MOVL
SP
,
BP
...
...
@@ -86,7 +86,7 @@ TEXT runtime·sigtramp(SB),7,$28
MOVL
m
(
CX
),
AX
CMPL
AX
,
$
0
JNE
2
(
PC
)
CALL
runtime
·
badsignal
(
SB
)
CALL
runtime
·
badsignal
2
(
SB
)
MOVL
g
(
CX
),
CX
MOVL
CX
,
8
(
SP
)
...
...
src/pkg/runtime/sys_windows_amd64.s
View file @
4a4d4832
...
...
@@ -60,7 +60,7 @@ loadregs:
RET
TEXT
runtime
·
badsignal
(
SB
),7,$48
TEXT
runtime
·
badsignal
2
(
SB
),7,$48
//
stderr
MOVQ
$
-
12
,
CX
//
stderr
MOVQ
CX
,
0
(
SP
)
...
...
@@ -118,7 +118,7 @@ TEXT runtime·sigtramp(SB),7,$0
MOVQ
m
(
CX
),
AX
CMPQ
AX
,
$
0
JNE
2
(
PC
)
CALL
runtime
·
badsignal
(
SB
)
CALL
runtime
·
badsignal
2
(
SB
)
MOVQ
g
(
CX
),
CX
MOVQ
CX
,
16
(
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