dtrace/powerpc: Remove accidental commented out line

Fixes:	3e1155ade1
This commit is contained in:
Justin Hibbits 2023-03-13 11:33:17 -04:00
parent aa71d6b4a2
commit e620e088cb

View File

@ -163,7 +163,6 @@ dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
break;
osp = sp;
dtrace_next_sp_pc(osp, &sp, &callpc, &lr);
//printf("sp: %#lx, pc: %#lx, lr: %#lx\n", sp, callpc, lr);
if (aframes > 0) {
aframes--;