You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2008/03/07 08:51:28 UTC

svn commit: r634577 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp

Author: gshimansky
Date: Thu Mar  6 23:51:27 2008
New Revision: 634577

URL: http://svn.apache.org/viewvc?rev=634577&view=rev
Log:
Added compile.h for vm_identify_eip difinition


Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp?rev=634577&r1=634576&r2=634577&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp Thu Mar  6 23:51:27 2008
@@ -27,6 +27,7 @@
 #include "m2n.h"
 #include "open/hythread_ext.h"
 #include "port_thread.h"
+#include "compile.h"
 
 // Windows specific
 #include <string>