You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by wj...@apache.org on 2006/10/27 07:56:16 UTC

svn commit: r468286 - /incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp

Author: wjwashburn
Date: Thu Oct 26 22:56:16 2006
New Revision: 468286

URL: http://svn.apache.org/viewvc?view=rev&rev=468286
Log:
HARMONY-1942  -- this one file was forgotten in the original commit


Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp?view=diff&rev=468286&r1=468285&r2=468286
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/VMInterface.cpp Thu Oct 26 22:56:16 2006
@@ -100,7 +100,7 @@
     DECL_HELPER_ITEM(ConvDtoI32),
     DECL_HELPER_ITEM(ConvDtoI64),
     DECL_HELPER_ITEM(EnableThreadSuspension),
-    DECL_HELPER_ITEM(GetSuspReqFlag),
+    DECL_HELPER_ITEM(GetTLSBase),
     DECL_HELPER_ITEM(MethodEntry),
     DECL_HELPER_ITEM(MethodExit),
     DECL_HELPER_ITEM(WriteBarrier),