summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index eee1a6bc..3b08a348 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1763,12 +1763,9 @@ struct dwflpp
fprintf(memstream, "if (0) goto deref_fault;\n");
// XXX: deref flag not reliable; emit fault label unconditionally
- // XXX: print the faulting address, like the user_string/kernel_string
- // tapset functions do
(void) deref;
fprintf(memstream,
"deref_fault:\n"
- " c->last_error = \"pointer dereference fault\";\n"
" goto out;\n");
fprintf(memstream, "}\n");