On Oct 22 14:35, jan.kolar wrote:
>
> http://cygwin.com/ml/cygwin-cvs/2011-q2/msg00196.html
> introduced reordering of SH_- related memory blocks and the following change
>
> | - unsigned size = offsets[i + 1] - offsets[i];
> | + unsigned size = offsets[i] - offsets[i + 1];
> | off
http://cygwin.com/ml/cygwin-cvs/2011-q2/msg00196.html
introduced reordering of SH_- related memory blocks and the following change
| - unsigned size = offsets[i + 1] - offsets[i];
| + unsigned size = offsets[i] - offsets[i + 1];
| offsets[i] += delta;
| if (!VirtualAl
2 matches
Mail list logo