git: e620e088cbd1 - main - dtrace/powerpc: Remove accidental commented out line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Mar 2023 15:38:05 UTC
The branch main has been updated by jhibbits:
URL: https://cgit.FreeBSD.org/src/commit/?id=e620e088cbd1c062655eee825aaf4f80bd255e1f
commit e620e088cbd1c062655eee825aaf4f80bd255e1f
Author: Justin Hibbits <jhibbits@FreeBSD.org>
AuthorDate: 2023-03-13 15:33:17 +0000
Commit: Justin Hibbits <jhibbits@FreeBSD.org>
CommitDate: 2023-03-13 15:37:40 +0000
dtrace/powerpc: Remove accidental commented out line
Fixes: 3e1155ade1b
---
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c b/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
index 2139be1ccec7..1fca72e5b7fd 100644
--- a/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
+++ b/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
@@ -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--;