[vmkit-commits] [vmkit] r120570 - /vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp

Gael Thomas gael.thomas at lip6.fr
Wed Dec 1 03:37:52 PST 2010


Author: gthomas
Date: Wed Dec  1 05:37:52 2010
New Revision: 120570

URL: http://llvm.org/viewvc/llvm-project?rev=120570&view=rev
Log:
forgot a file

Added:
    vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp

Added: vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp?rev=120570&view=auto
==============================================================================
--- vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp (added)
+++ vmkit/branches/multi-vm/lib/Mvm/CommonThread/VMThreadData.cpp Wed Dec  1 05:37:52 2010
@@ -0,0 +1,9 @@
+#include "mvm/Threads/Thread.h"
+#include "MutatorThread.h"
+
+using namespace mvm;
+
+void VMThreadData::attach() {
+	mut->vmData = this;
+	mut->MyVM = vm;
+}





More information about the vmkit-commits mailing list