Discussion:
CVS commit: pcc/arch/i386
Anders Magnusson
2014-08-18 15:07:47 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Aug 18 15:07:47 UTC 2014

Modified Files:
pcc/arch/i386: order.c

Log Message:
Do not allow esi as a need, otherwise the result will be trashed.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pcc/arch/i386/order.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-20 19:43:46 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 20 19:43:46 UTC 2014

Modified Files:
pcc/arch/i386: code.c

Log Message:
Do not add a placeholder for hidden arg if struct will be passed in registers.
Fixes Jira#PCC-467 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pcc/arch/i386/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...