]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: disable fake time on nacl
authorRuss Cox <rsc@golang.org>
Tue, 28 Oct 2014 00:47:15 +0000 (20:47 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Oct 2014 00:47:15 +0000 (20:47 -0400)
This leaked into the CL I submitted for Minux,
because I was testing it.

TBR=adg
CC=golang-codereviews
https://golang.org/cl/159600044

src/runtime/rt0_nacl_amd64p32.s

index 6ad8bea6c75790782908bd2ee5462f60a52d9365..54e4b1de89e7b7e469aef6442670970b2f54c374 100644 (file)
@@ -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)