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
ad29ef95
Commit
ad29ef95
authored
Mar 07, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix windows/386 build
TBR=brainman CC=golang-dev
https://golang.org/cl/4237060
parent
5946e461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pkg/runtime/windows/386/sys.s
src/pkg/runtime/windows/386/sys.s
+1
-1
No files found.
src/pkg/runtime/windows/386/sys.s
View file @
ad29ef95
...
@@ -20,7 +20,7 @@ TEXT runtime·stdcall_raw(SB),7,$0
...
@@ -20,7 +20,7 @@ TEXT runtime·stdcall_raw(SB),7,$0
CMPL
g
(
DI
),
SI
CMPL
g
(
DI
),
SI
MOVL
SP
,
BX
MOVL
SP
,
BX
JEQ
2
(
PC
)
JEQ
2
(
PC
)
MOVL
(
m_sched
+
gobuf_sp
)(
DX
),
SP
MOVL
(
g_sched
+
gobuf_sp
)(
SI
),
SP
PUSHL
BX
PUSHL
BX
PUSHL
g
(
DI
)
PUSHL
g
(
DI
)
MOVL
SI
,
g
(
DI
)
MOVL
SI
,
g
(
DI
)
...
...
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