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

Unified Diff: src/pkg/runtime/arch_amd64p32.go

Issue 138740043: code review 138740043: cmd/cc, runtime: preserve C runtime type names in gener... (Closed)
Patch Set: diff -r 14ab6d0208b61ae3aa52a24c89905571e8973d4e https://code.google.com/p/go/ Created 10 years, 6 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/arch_amd64.go ('k') | src/pkg/runtime/arch_arm.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/arch_amd64p32.go
===================================================================
--- a/src/pkg/runtime/arch_amd64p32.go
+++ b/src/pkg/runtime/arch_amd64p32.go
@@ -7,3 +7,6 @@
const (
cacheLineSize = 64
)
+
+type uintreg uint64
+type intptr int32 // TODO(rsc): remove
« no previous file with comments | « src/pkg/runtime/arch_amd64.go ('k') | src/pkg/runtime/arch_arm.go » ('j') | no next file with comments »

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