diff options
author | S-H-GAMELINKS <[email protected]> | 2022-04-09 16:53:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-04-09 17:43:46 +0900 |
commit | 5b467400d220125aed9d000e258c3cc3ca505421 (patch) | |
tree | 6c0030eedd8a9f2d167440ebc36380f44be6412d /vm_dump.c | |
parent | 83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff) |
[DOC]Some link prefix replace
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5783
Diffstat (limited to 'vm_dump.c')
-rw-r--r-- | vm_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |