summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2022-04-09 16:53:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-09 17:43:46 +0900
commit5b467400d220125aed9d000e258c3cc3ca505421 (patch)
tree6c0030eedd8a9f2d167440ebc36380f44be6412d /vm_dump.c
parent83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff)
downloadruby-5b467400d220125aed9d000e258c3cc3ca505421.tar.gz
[DOC]Some link prefix replace
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_dump.c b/vm_dump.c
index d7223e9ef9..271879ce18 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -507,8 +507,8 @@ darwin_sigtramp:
char vec[1];
int r;
/* get previous frame information from %rbx at _sigtramp and set values to cursor
- * http://www.opensource.apple.com/source/Libc/Libc-825.25/i386/sys/_sigtramp.s
- * http://www.opensource.apple.com/source/libunwind/libunwind-35.1/src/unw_getcontext.s
+ * https://www.opensource.apple.com/source/Libc/Libc-825.25/i386/sys/_sigtramp.s
+ * https://www.opensource.apple.com/source/libunwind/libunwind-35.1/src/unw_getcontext.s
*/
unw_get_reg(&cursor, UNW_X86_64_RBX, &ip);
uctx = (ucontext_t *)ip;