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

Delta Between Two Patch Sets: src/pkg/runtime/defs_netbsd_386.h

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Left Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Right Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/defs_netbsd.go ('k') | src/pkg/runtime/defs_netbsd_amd64.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // Created by cgo -cdefs - DO NOT EDIT 1 // Created by cgo -cdefs - DO NOT EDIT
2 // cgo -cdefs defs_netbsd.go defs_netbsd_386.go 2 // cgo -cdefs defs_netbsd.go defs_netbsd_386.go
3 3
4 4
5 enum { 5 enum {
6 EINTR = 0x4, 6 EINTR = 0x4,
7 EFAULT = 0xe, 7 EFAULT = 0xe,
8 8
9 PROT_NONE = 0x0, 9 PROT_NONE = 0x0,
10 PROT_READ = 0x1, 10 PROT_READ = 0x1,
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 REG_EAX = 0xb, 173 REG_EAX = 0xb,
174 REG_TRAPNO = 0xc, 174 REG_TRAPNO = 0xc,
175 REG_ERR = 0xd, 175 REG_ERR = 0xd,
176 REG_EIP = 0xe, 176 REG_EIP = 0xe,
177 REG_CS = 0xf, 177 REG_CS = 0xf,
178 REG_EFL = 0x10, 178 REG_EFL = 0x10,
179 REG_UESP = 0x11, 179 REG_UESP = 0x11,
180 REG_SS = 0x12, 180 REG_SS = 0x12,
181 }; 181 };
182 182
LEFTRIGHT

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