[vmkit-commits] [vmkit] r138938 - /vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Aug 31 23:05:09 PDT 2011


Author: geoffray
Date: Thu Sep  1 01:05:09 2011
New Revision: 138938

URL: http://llvm.org/viewvc/llvm-project?rev=138938&view=rev
Log:
Last fix for linux/x64 support!


Modified:
    vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp

Modified: vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp?rev=138938&r1=138937&r2=138938&view=diff
==============================================================================
--- vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp (original)
+++ vmkit/trunk/lib/Mvm/CommonThread/ctthread.cpp Thu Sep  1 01:05:09 2011
@@ -63,8 +63,6 @@
 void Thread::startKnownFrame(KnownFrame& F) {
   // Get the caller of this function
   void** cur = (void**)FRAME_PTR();
-  // Get the caller of the caller.
-  cur = (void**)cur[0];
   F.previousFrame = lastKnownFrame;
   F.currentFP = cur;
   // This is used as a marker.





More information about the vmkit-commits mailing list