qemu-e2k/target-arm
Richard Henderson f5daeec412 tcg: Remove stray semi-colons from target-*/helper.h
During GEN_HELPER=1, these are actually stray top-level semi-colons
which are technically invalid ISO C, but GCC accepts as an extension.
If we added enough __extension__ markers that we could dare use
-Wpedantic, we'd see

  warning: ISO C does not allow extra ‘;’ outside of a function

This will become a hard error in the next patch, wherein those ; will
appear in the middle of a data structure.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-10-10 11:43:37 -07:00
..
arm-semi.c
cpu64.c target-arm: Add AArch64 gdbstub support 2013-09-10 19:11:28 +01:00
cpu-qom.h target-arm: Add AArch64 gdbstub support 2013-09-10 19:11:28 +01:00
cpu.c target-arm: Prepare translation for AArch64 code 2013-09-10 19:11:28 +01:00
cpu.h target-arm: Prepare translation for AArch64 code 2013-09-10 19:11:28 +01:00
gdbstub64.c target-arm: Add AArch64 gdbstub support 2013-09-10 19:11:28 +01:00
gdbstub.c
helper.c
helper.h tcg: Remove stray semi-colons from target-*/helper.h 2013-10-10 11:43:37 -07:00
iwmmxt_helper.c misc: Use new rotate functions 2013-09-25 21:23:05 +02:00
kvm_arm.h
kvm-stub.c
kvm.c
machine.c target-arm: Prepare translation for AArch64 code 2013-09-10 19:11:28 +01:00
Makefile.objs target-arm: Add AArch64 gdbstub support 2013-09-10 19:11:28 +01:00
neon_helper.c
op_addsub.h
op_helper.c
translate-a64.c target-arm: Add AArch64 translation stub 2013-09-10 19:11:28 +01:00
translate.c tcg: Move helper registration into tcg_context_init 2013-10-10 11:43:37 -07:00
translate.h target-arm: Add AArch64 translation stub 2013-09-10 19:11:28 +01:00