Commit cb2040b2 authored by Russ Cox's avatar Russ Cox

runtime: fix openbsd nanotime?

TBR=r
CC=golang-dev
https://golang.org/cl/5353041
parent ed925490
......@@ -139,7 +139,7 @@ TEXT runtime·nanotime(SB),7,$32
MOVL $116, AX // sys_gettimeofday
SYSCALL
MOVQ 8(SP), AX // sec
MOVL 16(SP), BX // usec
MOVL 16(SP), DX // usec
// sec is in AX, usec in DX
// return nsec in AX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment