mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00:00
parent
aa71d6b4a2
commit
e620e088cb
@ -163,7 +163,6 @@ dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
|
|||||||
break;
|
break;
|
||||||
osp = sp;
|
osp = sp;
|
||||||
dtrace_next_sp_pc(osp, &sp, &callpc, &lr);
|
dtrace_next_sp_pc(osp, &sp, &callpc, &lr);
|
||||||
//printf("sp: %#lx, pc: %#lx, lr: %#lx\n", sp, callpc, lr);
|
|
||||||
|
|
||||||
if (aframes > 0) {
|
if (aframes > 0) {
|
||||||
aframes--;
|
aframes--;
|
||||||
|
Loading…
Reference in New Issue
Block a user