aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_386.s
diff options
context:
space:
mode:
authorPaschalis Tsilias <paschalis.tsilias@gmail.com>2021-04-11 13:13:11 +0300
committerIan Lance Taylor <iant@golang.org>2021-04-12 17:28:43 +0000
commit5d80f8a82b1fc3261bb4279f1426a9767b654e92 (patch)
treedd641fbb679a30839afed8f2430da0b3a8a57f75 /src/runtime/sys_windows_386.s
parent33d99905daee9fc847ceb9e2a7e9a26427b7b41d (diff)
downloadgo-5d80f8a82b1fc3261bb4279f1426a9767b654e92.tar.gz
go-5d80f8a82b1fc3261bb4279f1426a9767b654e92.zip
runtime: replace outdated documentation link in Windows' nanotime
Fixes #45498 Change-Id: I89365f3517bc84376f0f580c64a57f38aaba0cbb Reviewed-on: https://go-review.googlesource.com/c/go/+/308997 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Alex Brainman <alex.brainman@gmail.com>
Diffstat (limited to 'src/runtime/sys_windows_386.s')
-rw-r--r--src/runtime/sys_windows_386.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/sys_windows_386.s b/src/runtime/sys_windows_386.s
index e3fd90e05f..be4268a9c0 100644
--- a/src/runtime/sys_windows_386.s
+++ b/src/runtime/sys_windows_386.s
@@ -400,7 +400,9 @@ TEXT runtime·switchtothread(SB),NOSPLIT,$0
MOVL BP, SP
RET
-// See https://www.dcl.hpi.uni-potsdam.de/research/WRK/2007/08/getting-os-information-the-kuser_shared_data-structure/
+// See https://wrkhpi.wordpress.com/2007/08/09/getting-os-information-the-kuser_shared_data-structure/
+// Archived copy at:
+// http://web.archive.org/web/20210411000829/https://wrkhpi.wordpress.com/2007/08/09/getting-os-information-the-kuser_shared_data-structure/
// Must read hi1, then lo, then hi2. The snapshot is valid if hi1 == hi2.
#define _INTERRUPT_TIME 0x7ffe0008
#define _SYSTEM_TIME 0x7ffe0014