diff --git a/src/runtime/defs_windows_amd64.go b/src/runtime/defs_windows_amd64.go index 20c9c4d932..0cf256205f 100644 --- a/src/runtime/defs_windows_amd64.go +++ b/src/runtime/defs_windows_amd64.go @@ -80,6 +80,7 @@ func dumpregs(r *context) { print("rax ", hex(r.rax), "\n") print("rbx ", hex(r.rbx), "\n") print("rcx ", hex(r.rcx), "\n") + print("rdx ", hex(r.rdx), "\n") print("rdi ", hex(r.rdi), "\n") print("rsi ", hex(r.rsi), "\n") print("rbp ", hex(r.rbp), "\n")