Marin Ramesa, le Thu 21 Nov 2013 18:48:40 +0100, a écrit : > On 21.11.2013 18:19:52, Samuel Thibault wrote: > > Marin Ramesa, le Thu 21 Nov 2013 13:11:08 +0100, a écrit : > > > - { "cs", (long *)&ddb_regs.cs, db_i386_reg_value }, > > > + { "cs", (long *)&ddb_regs.cs, (void > *)db_i386_reg_value }, > > > > Mmm, you shouldn't need this cast. > > GCC complains otherwise. I did not know what else to do.
Well, show us the complain :) Samuel