Jason Wang <wangbor...@cdjrlc.com> writes: > The ARRAY_SIZE is the macro definition of sizeof(a)/sizeof(a[0]) and > it is more compact and formal to get a array size. > > Signed-off-by: Jason Wang <wangbor...@cdjrlc.com> > --- > arch/powerpc/xmon/ppc-opc.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-)
This code is copied from binutils, please don't change it unnecessarily. cheers