summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64p32.s
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2014-09-09 14:32:53 -0700
committerKeith Randall <khr@golang.org>2014-09-09 14:32:53 -0700
commitc6cd0b3047aa3cb22482c12701b31a817df85316 (patch)
tree81b0aef6eb941160731ba278a9a554adce01ba40 /src/runtime/asm_amd64p32.s
parentc13a6229b6de5d3edf370d5e9c7f847cd2be05c9 (diff)
downloadgo-c6cd0b3047aa3cb22482c12701b31a817df85316.tar.gz
runtime: more cleanups
Move timenow thunk into time.s Move declarations for generic c/asm services into stubs.go LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/137360043
Diffstat (limited to 'src/runtime/asm_amd64p32.s')
-rw-r--r--src/runtime/asm_amd64p32.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/asm_amd64p32.s b/src/runtime/asm_amd64p32.s
index 5d82d84aa..32276c895 100644
--- a/src/runtime/asm_amd64p32.s
+++ b/src/runtime/asm_amd64p32.s
@@ -1069,9 +1069,6 @@ eqret:
MOVB AX, ret+24(FP)
RET
-TEXT runtime·timenow(SB), NOSPLIT, $0-0
- JMP time·now(SB)
-
TEXT runtime·fastrand1(SB), NOSPLIT, $0-4
get_tls(CX)
MOVL g(CX), AX