summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2022-04-09 16:53:13 +0900
committerHiroshi SHIBATA <[email protected]>2022-04-09 17:43:46 +0900
commit5b467400d220125aed9d000e258c3cc3ca505421 ()
tree6c0030eedd8a9f2d167440ebc36380f44be6412d /vm_dump.c
parent83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff)
[DOC]Some link prefix replace
Notes: Merged: https://.com/ruby/ruby/pull/5783
-rw-r--r--vm_dump.c4
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
*/
unw_get_reg(&cursor, UNW_X86_64_RBX, &ip);
uctx = (ucontext_t *)ip;