[U-Boot] nds32 ptrace register overflow

2012-03-05 Thread Mike Frysinger
building for adp-ag101p showed this warning: interrupts.c: In function 'show_regs': interrupts.c:93: warning: array subscript is above array bounds interrupts.c:93: warning: array subscript is above array bounds and indeed, i see: arch/nds32/lib/interrupts.c: void

Re: [U-Boot] nds32 ptrace register overflow

2012-03-05 Thread Macpaul Lin
Hi Mike, 2012/3/6 Mike Frysinger vap...@gentoo.org: building for adp-ag101p showed this warning:        interrupts.c: In function 'show_regs':        interrupts.c:93: warning: array subscript is above array bounds        interrupts.c:93: warning: array subscript is above array bounds Thanks