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

Side by Side Diff: unix/time_nacl_386.s

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 https://code.google.com/p/go.sys Created 10 years, 7 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 | « unix/tables_nacl.go ('k') | unix/time_nacl_amd64p32.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2013 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 #include "../../cmd/ld/textflag.h"
6
7 TEXT ·startTimer(SB),NOSPLIT,$0
8 JMP time·startTimer(SB)
9
10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 JMP time·stopTimer(SB)
OLDNEW
« no previous file with comments | « unix/tables_nacl.go ('k') | unix/time_nacl_amd64p32.s » ('j') | no next file with comments »

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