You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by mf...@apache.org on 2007/06/18 16:33:56 UTC

svn commit: r548368 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp

Author: mfursov
Date: Mon Jun 18 07:33:55 2007
New Revision: 548368

URL: http://svn.apache.org/viewvc?view=rev&rev=548368
Log:
HARMONY-4218: fix for a build with gc4.1.0

Modified:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp?view=diff&rev=548368&r1=548367&r2=548368
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp Mon Jun 18 07:33:55 2007
@@ -158,7 +158,7 @@
     /**
      * check if the opnd is a volatile field of long type
      */
-    bool I8Lowerer::isLongVolatileMemoryOpnd(Opnd* opnd);
+    bool isLongVolatileMemoryOpnd(Opnd* opnd);
 
     /**
      * Points to the list of instructions to process.