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/08/29 15:47:18 UTC

svn commit: r570813 - in /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32: Ia32RegAlloc2.cpp Ia32RegAlloc3.cpp

Author: mfursov
Date: Wed Aug 29 06:47:18 2007
New Revision: 570813

URL: http://svn.apache.org/viewvc?rev=570813&view=rev
Log:
Fix for HARMONY-4571 [drlvm][jit] SpillGen failure on OC4J/SPECjAppServer2004

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

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc2.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc2.cpp?rev=570813&r1=570812&r2=570813&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc2.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc2.cpp Wed Aug 29 06:47:18 2007
@@ -31,9 +31,7 @@
 #include <iomanip>
 #endif
 
-#ifdef _EM64T_
 #define _SKIP_CATCHED
-#endif
 
 namespace Jitrino
 {

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp?rev=570813&r1=570812&r2=570813&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RegAlloc3.cpp Wed Aug 29 06:47:18 2007
@@ -38,9 +38,7 @@
 
 using namespace std;
 
-#ifdef _EM64T_
 #define _SKIP_CATCHED
-#endif
 
 namespace Jitrino
 {