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
44870547
Commit
44870547
authored
Sep 10, 2013
by
Keith Randall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: clean up / align comment tabbing
R=golang-dev, r CC=golang-dev
https://golang.org/cl/13336046
parent
02faa939
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
src/pkg/runtime/runtime.h
src/pkg/runtime/runtime.h
+15
-15
No files found.
src/pkg/runtime/runtime.h
View file @
44870547
...
...
@@ -328,7 +328,7 @@ struct M
uint32
stackcachecnt
;
void
*
stackcache
[
StackCacheSize
];
G
*
lockedg
;
uintptr
createstack
[
32
];
// Stack that created this thread.
uintptr
createstack
[
32
];
// Stack that created this thread.
uint32
freglo
[
16
];
// D[i] lsb and F[i]
uint32
freghi
[
16
];
// D[i] msb and F[i+16]
uint32
fflag
;
// floating point compare flags
...
...
@@ -431,7 +431,7 @@ enum
struct
Func
{
uintptr
entry
;
// start pc
int32
nameoff
;
// function name
int32
nameoff
;
// function name
// TODO: Perhaps remove these fields.
int32
args
;
// in/out args size
...
...
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