Re: [Qemu-devel] [PATCH 04/17] ppc: use ARRAY_SIZE in gdbstub.c

2014-09-03 Thread Tom Musta
On 8/28/2014 12:15 PM, Paolo Bonzini wrote: > Match the idiom used by linux-user/signal.c and > linux-user/elfload.c. > > Signed-off-by: Paolo Bonzini > --- > target-ppc/gdbstub.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/target-ppc/gdbstub.c b/target-ppc/gdbs

[Qemu-devel] [PATCH 04/17] ppc: use ARRAY_SIZE in gdbstub.c

2014-08-28 Thread Paolo Bonzini
Match the idiom used by linux-user/signal.c and linux-user/elfload.c. Signed-off-by: Paolo Bonzini --- target-ppc/gdbstub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target-ppc/gdbstub.c b/target-ppc/gdbstub.c index 14675f4..bad49ae 100644 --- a/target-ppc/gdbstub.c