Am Sonntag, 22. April 2007 23:34 schrieb Patrick Rutkowski:
> +    const int slot;
> +    /* round reg_alloc up to the nearest multiple of 8 */
> +    reg_alloc = ((reg_alloc + 7) >> 3) << 3;
> +
> +    /* reg_alloc now divides evenly by 8 because of the previous
> +       rounding. A granualrity of 8 is arbitratly, it could have been
> +       some bigger power of 2 */
> +    slot = reg_alloc / 8;

Did you even compile & test this patch?

 error: assignment of read-only variable 'slot'

leo

Reply via email to