You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2007/07/19 06:59:07 UTC

svn commit: r557490 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp

Author: mloenko
Date: Wed Jul 18 21:59:06 2007
New Revision: 557490

URL: http://svn.apache.org/viewvc?view=rev&rev=557490
Log:
more fixes for gcc 4.x

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp?view=diff&rev=557490&r1=557489&r2=557490
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/Pass1.cpp Wed Jul 18 21:59:06 2007
@@ -269,7 +269,7 @@
     /*
     * Obtain the length of a compound instruction
     */
-    inline int vf_Context_t::instr_get_len_compound(Address instr, OpCode opcode) {
+    int vf_Context_t::instr_get_len_compound(Address instr, OpCode opcode) {
         if( opcode == OP_WIDE ) {
             ParseInfo &pi = instr_get_parse_info( (OpCode)m_bytecode[instr+1] );