|
From: <sv...@va...> - 2005-04-02 15:04:21
|
Author: tom Date: 2005-04-02 16:04:15 +0100 (Sat, 02 Apr 2005) New Revision: 3502 Modified: trunk/docs/64-bit-cleanness Log: It seems deref_UInt is fine - socklen_t is a 32 bit value on amd64. Modified: trunk/docs/64-bit-cleanness =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/64-bit-cleanness 2005-04-02 14:57:43 UTC (rev 3501) +++ trunk/docs/64-bit-cleanness 2005-04-02 15:04:15 UTC (rev 3502) @@ -27,7 +27,6 @@ =20 Others: - search for the following casts: (UInt*), (Int*), (UInt *), (Int *) -- should deref_UInt be deref_UWord?? Is socklen_t word-sized? - vki_sigset_t.sig use: the debug printing in do_setmask() is wrong -- i= t touches sig[1], thus assuming 32-bits. Likewise in handle_SCSS_change= () - client_auxv in vg_main.c is UInt** -- should it be UWord** ? |