Author: shihui
Date: 2010-12-19 09:38:39 -0500 (Sun, 19 Dec 2010)
New Revision: 3439

Modified:
   trunk/osprey/be/com/constraint_graph.cxx
Log:
fix IA64 build error in new alias.
reviewd by Sun Chan


Modified: trunk/osprey/be/com/constraint_graph.cxx
===================================================================
--- trunk/osprey/be/com/constraint_graph.cxx    2010-12-17 05:52:22 UTC (rev 
3438)
+++ trunk/osprey/be/com/constraint_graph.cxx    2010-12-19 14:38:39 UTC (rev 
3439)
@@ -2350,7 +2350,11 @@
       for (INT i = First_Int_Preg_Param_Offset;
           i < First_Int_Preg_Param_Offset+MAX_NUMBER_OF_REGISTER_PARAMETERS;
           ++i) {
+#if defined(TARG_X8664) || defined(TARG_IA32)
         PLOC ploc = { i,0,0,0,0 };
+#else
+        PLOC ploc = { i,0,0,0 };
+#endif
         ST *st = Get_Vararg_Symbol(ploc);
         if (st) {
           _cgStInfoMap[CG_ST_st_idx(st)] = vaStInfo;


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to