PERFORCE change 37610 for review
Peter Wemm
peter at FreeBSD.org
Fri Sep 5 15:26:19 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=37610
Change 37610 by peter at peter_hammer on 2003/09/05 15:25:27
one last XVECEXP() workaround
Affected files ...
.. //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/expr.c#4 edit
Differences ...
==== //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/expr.c#4 (text+ko) ====
@@ -1956,7 +1956,7 @@
/* Check for a NULL entry, used to indicate that the parameter goes
both on the stack and in registers. */
- if (XEXP (XVECEXP (dst, 0, 0), 0))
+ if (XVECEXP (dst, 0, 0) && XEXP (XVECEXP (dst, 0, 0), 0))
start = 0;
else
start = 1;
More information about the p4-projects
mailing list