Re: [PATCH 6/6] i386/i386/db_trace.c (db_i386_reg_value): cast to (int *) instead to (long *)

2013-12-15 Thread Samuel Thibault
Marin Ramesa, le Thu 12 Dec 2013 18:27:08 +0100, a écrit : > This quiets the GCC warning about passing from incompatible pointer type. > > * i386/i386/db_trace.c (db_i386_reg_value) (db_lookup_i386_kreg) (STACK_IKS): > Cast to (int *) instead to (long *). db_lookup_i386_kreg should actually rath

[PATCH 6/6] i386/i386/db_trace.c (db_i386_reg_value): cast to (int *) instead to (long *)

2013-12-12 Thread Marin Ramesa
This quiets the GCC warning about passing from incompatible pointer type. * i386/i386/db_trace.c (db_i386_reg_value) (db_lookup_i386_kreg) (STACK_IKS): Cast to (int *) instead to (long *). --- i386/i386/db_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386/i386/db_