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
efd3d1ff
Commit
efd3d1ff
authored
Mar 06, 2013
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix netbsd, windows build
TBR=golang-dev CC=golang-dev
https://golang.org/cl/7539043
parent
48c1db40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/pkg/runtime/rt0_netbsd_amd64.s
src/pkg/runtime/rt0_netbsd_amd64.s
+1
-1
src/pkg/runtime/rt0_windows_amd64.s
src/pkg/runtime/rt0_windows_amd64.s
+1
-1
No files found.
src/pkg/runtime/rt0_netbsd_amd64.s
View file @
efd3d1ff
...
...
@@ -2,7 +2,7 @@
//
Use
of
this
source
code
is
governed
by
a
BSD
-
style
//
license
that
can
be
found
in
the
LICENSE
file
.
TEXT
_rt0_amd64_
open
bsd
(
SB
),7,$-8
TEXT
_rt0_amd64_
net
bsd
(
SB
),7,$-8
LEAQ
8
(
SP
),
SI
//
argv
MOVQ
0
(
SP
),
DI
//
argc
MOVQ
$main
(
SB
),
AX
...
...
src/pkg/runtime/rt0_windows_amd64.s
View file @
efd3d1ff
...
...
@@ -4,7 +4,7 @@
#include "zasm_GOOS_GOARCH.h"
TEXT
_rt0_amd64_
darwin
(
SB
),7,$-8
TEXT
_rt0_amd64_
windows
(
SB
),7,$-8
LEAQ
8
(
SP
),
SI
//
argv
MOVQ
0
(
SP
),
DI
//
argc
MOVQ
$main
(
SB
),
AX
...
...
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