aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sysdep.h')
-rw-r--r--sysdeps/sysdep.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysdeps/sysdep.h b/sysdeps/sysdep.h
index e8e287f..2a5d7f1 100644
--- a/sysdeps/sysdep.h
+++ b/sysdeps/sysdep.h
@@ -24,10 +24,11 @@
#include <arch.h>
#ifndef ARCH_HAVE_ADDRESS_TYPES
/* We should in general be able to trace 64-bit processes with 32-bit
- * ltrace. (At least PPC has several PTRACE requests related to
- * tracing 64-on-32, so presumably it should be possible.) But ltrace
- * is currently hopelessly infested with using void* for host address.
- * So keep with it, for now. */
+ * ltrace (this is possible on PPC, and generally there should be no
+ * problem tracing x86_64 processes from x32 ltrace, though it isn't
+ * possible from i386 ltrace). But ltrace is currently hopelessly
+ * infested with using void* for host address. So keep with it, for
+ * now. */
typedef void *arch_addr_t;
#endif