mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
runtime: disable fake time on nacl
This leaked into the CL I submitted for Minux, because I was testing it. TBR=adg CC=golang-codereviews https://golang.org/cl/159600044
This commit is contained in:
parent
1c534714e1
commit
138b5ccd12
@ -25,6 +25,6 @@ TEXT _rt0_amd64p32_nacl(SB),NOSPLIT,$16
|
||||
|
||||
TEXT main(SB),NOSPLIT,$0
|
||||
// Uncomment for fake time like on Go Playground.
|
||||
MOVQ $1257894000000000000, AX
|
||||
MOVQ AX, runtime·faketime(SB)
|
||||
//MOVQ $1257894000000000000, AX
|
||||
//MOVQ AX, runtime·faketime(SB)
|
||||
JMP runtime·rt0_go(SB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user