target-arm: Switch ARMCPUInfo arrays to use terminator entries
commit83e6813a93e38976391b8c382c3375e3e188df3e
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jan 2014 10:26:16 +0000 (13 10:26 +0000)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 14 Jan 2014 00:09:04 +0000 (14 10:09 +1000)
tree648f23820292d5e0fb8cf9142f56cd3c00569e1b
parentb54f18ba3415c731f0b069f6df56f529997fb74e
target-arm: Switch ARMCPUInfo arrays to use terminator entries

Switch the ARMCPUInfo arrays in cpu.c and cpu64.c to use a terminator
entry rather than looping based on ARRAY_SIZE. The latter causes
compile warnings on some versions of gcc if the configure options
happen to result in an empty array.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/cpu.c
target-arm/cpu64.c