Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(120)

Side by Side Diff: src/pkg/runtime/arch_arm.h

Issue 68150047: all: merge NaCl branch (part 1)
Patch Set: diff -r 737d232b573b ssh://hg@bitbucket.org/davecheney/go.nacl Created 11 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/runtime/arch_amd64p32.h ('k') | src/pkg/runtime/mem_linux.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 The Go Authors. All rights reserved. 1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 enum { 5 enum {
6 thechar = '5', 6 thechar = '5',
7 BigEndian = 0, 7 BigEndian = 0,
8 CacheLineSize = 32, 8 CacheLineSize = 32,
9 RuntimeGogoBytes = 80, 9 RuntimeGogoBytes = 80,
10 PhysPageSize = 4096,
10 PCQuantum = 4 11 PCQuantum = 4
11 }; 12 };
OLDNEW
« no previous file with comments | « src/pkg/runtime/arch_amd64p32.h ('k') | src/pkg/runtime/mem_linux.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b