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 2007/02/19 12:14:13 UTC

svn commit: r509161 - in /harmony/enhanced/drlvm/trunk: build/make/targets/test.xml vm/port/src/lil/ipf/pim/m2n_ipf.cpp

Author: gshimansky
Date: Mon Feb 19 03:14:02 2007
New Revision: 509161

URL: http://svn.apache.org/viewvc?view=rev&rev=509161
Log:
Fixed test mode for IPF to run tests on interpreter mode only.
Fixed IPF compilation on RHEL4


Modified:
    harmony/enhanced/drlvm/trunk/build/make/targets/test.xml
    harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp

Modified: harmony/enhanced/drlvm/trunk/build/make/targets/test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/test.xml?view=diff&rev=509161&r1=509160&r2=509161
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/targets/test.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/targets/test.xml Mon Feb 19 03:14:02 2007
@@ -15,6 +15,7 @@
 -->
 <project name="ALL TESTS">
     <select arch="ipf">
+        <property name="test.mode" value="int" />
         <target name="test" depends="smoke.test, check-result"/>
     </select>
     <select arch="ia32,em64t">

Modified: harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp?view=diff&rev=509161&r1=509160&r2=509161
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp Mon Feb 19 03:14:02 2007
@@ -189,7 +189,7 @@
     do_flushrs();
     uint64 * UNUSED bsp = (uint64 *)m2nf;
     assert(bsp);
-    (frame_type)*get_stacked_register_address(m2n_get_bsp(m2nf), M2N_FRAME_TYPE) = m2nf_type;
+    *get_stacked_register_address(m2n_get_bsp(m2nf), M2N_FRAME_TYPE) = m2nf_type;
 }
 
 //***** Stub Interface