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

Side by Side Diff: src/pkg/runtime/freebsd/386/rt0.s

Issue 157055: code review 157055: FreeBSD/i386 work (Closed)
Patch Set: code review 157055: FreeBSD/i386 work Created 15 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // Darwin and Linux use the same linkage to main
6
7 TEXT _rt0_386_freebsd(SB),7,$0
8 JMP _rt0_386(SB)
9
OLDNEW

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