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
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
asm.s
src/pkg/runtime/386/asm.s
+0
-1
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