Marin Ramesa, le Mon 09 Dec 2013 23:57:19 +0100, a écrit :
> -             return (long *)((long)kregp + kp->offset);
> +             return (kregp + kp->offset);

Take care, this is not the same at all: kregp + 1 advances by
sizeof(*kregp) bytes, not by 1 byte. These casts really are needed.

Samuel

Reply via email to