backtracexx/backtracexx.cpp

pluto cvs at pld-linux.org
Wed Aug 30 02:39:46 CEST 2006


Author: pluto
Date: Wed Aug 30 02:39:46 2006
New Revision: 7690

Modified:
   backtracexx/backtracexx.cpp
Log:
- fix caller's address on alpha.


Modified: backtracexx/backtracexx.cpp
==============================================================================
--- backtracexx/backtracexx.cpp	(original)
+++ backtracexx/backtracexx.cpp	Wed Aug 30 02:39:46 2006
@@ -20,7 +20,7 @@
 			// the same for sparc v7/8/9.
 			ip -= 8;
 #elif defined( __alpha__ )
-			// alpha not tested yet.
+			ip -= 4;
 #elif defined( __i386__ ) || defined( __x86_64__ )
 			// TODO: analysis of complex addressing forms (see intel/24319102.pdf).
 #endif


More information about the pld-cvs-commit mailing list