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
9cc8e9ef
Commit
9cc8e9ef
authored
Oct 18, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix amd64 build (broke by 386 support for Plan 9)
TBR=r CC=golang-dev
https://golang.org/cl/2556041
parent
99a10eff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/pkg/runtime/386/asm.s
src/pkg/runtime/386/asm.s
+0
-1
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.c
+1
-1
No files found.
src/pkg/runtime/386/asm.s
View file @
9cc8e9ef
...
...
@@ -416,4 +416,3 @@ GLOBL m0(SB), $1024
GLOBL
g0
(
SB
),
$
1024
GLOBL
tls0
(
SB
),
$
32
GLOBL
initcgo
(
SB
),
$
4
GLOBL
isplan9
(
SB
),
$
4
src/pkg/runtime/runtime.c
View file @
9cc8e9ef
...
...
@@ -147,7 +147,7 @@ args(int32 c, uint8 **v)
argv
=
v
;
}
extern
int32
isplan9
;
int32
isplan9
;
void
goargs
(
void
)
...
...
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