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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to