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

Side by Side Diff: src/runtime/zgoarch_amd64p32.go

Issue 180600043: code review 180600043: all: power64 is now ppc64 (Closed)
Patch Set: diff -r 5b665926e5b4d472fc17385cd0b87337fa355b89 https://code.google.com/p/go/ Created 10 years, 3 months 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/runtime/zgoarch_amd64.go ('k') | src/runtime/zgoarch_arm.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // generated by gengoos.go using 'go generate' 1 // generated by gengoos.go using 'go generate'
2 2
3 package runtime 3 package runtime
4 4
5 const theGoarch = `amd64p32` 5 const theGoarch = `amd64p32`
6 6
7 const goarch_386 = 0 7 const goarch_386 = 0
8 const goarch_amd64 = 0 8 const goarch_amd64 = 0
9 const goarch_amd64p32 = 1 9 const goarch_amd64p32 = 1
10 const goarch_arm = 0 10 const goarch_arm = 0
11 const goarch_power64 = 0 11 const goarch_ppc64 = 0
12 const goarch_power64le = 0 12 const goarch_ppc64le = 0
OLDNEW
« no previous file with comments | « src/runtime/zgoarch_amd64.go ('k') | src/runtime/zgoarch_arm.go » ('j') | no next file with comments »

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