mirror_qemu/tcg
gaosong 79de3960ae tcg/loongarch64: Fix buid error
Fix:

  In file included from ../tcg/tcg.c:735:
  /home1/gaosong/bugfix/qemu/tcg/loongarch64/tcg-target.c.inc: In function ‘tcg_out_vec_op’:
  /home1/gaosong/bugfix/qemu/tcg/loongarch64/tcg-target.c.inc:1855:9: error: a label can only be part of a statement and a declaration is not a statement
           TCGCond cond = args[3];
           ^~~~~~~

Signed-off-by: gaosong <gaosong@loongson.cn>
Message-Id: <20230926075819.3602537-1-gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-10-04 11:03:54 -07:00
..
aarch64 accel/tcg: Remove env_tlb() 2023-10-04 11:03:54 -07:00
arm accel/tcg: Remove env_tlb() 2023-10-04 11:03:54 -07:00
i386 tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
loongarch64 tcg/loongarch64: Fix buid error 2023-10-04 11:03:54 -07:00
mips tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
ppc tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
riscv tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
s390x tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
sparc64 tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
tci tcg: Add tcg_out_tb_start backend hook 2023-09-16 14:57:16 +00:00
meson.build meson: clean up static_library keyword arguments 2023-09-29 09:33:10 +02:00
optimize.c tcg: Introduce negsetcond opcodes 2023-08-24 11:22:42 -07:00
region.c tcg: Map code_gen_buffer with PROT_BTI 2023-09-16 14:57:16 +00:00
tcg-common.c tcg: Silent -Wmissing-field-initializers warning 2023-02-27 22:29:01 +01:00
tcg-internal.h bulk: Do not declare function prototypes using 'extern' keyword 2023-08-31 19:47:43 +02:00
tcg-ldst.c.inc tcg: Move TCGLabelQemuLdst to tcg.c 2023-05-05 17:21:03 +01:00
tcg-op-gvec.c tcg: Rename cpu_env to tcg_env 2023-10-03 08:01:02 -07:00
tcg-op-ldst.c tcg: Rename cpu_env to tcg_env 2023-10-03 08:01:02 -07:00
tcg-op-vec.c tcg: Remove vecop_list check from tcg_gen_not_vec 2023-08-29 09:57:39 -07:00
tcg-op.c tcg: Rename cpu_env to tcg_env 2023-10-03 08:01:02 -07:00
tcg-pool.c.inc tcg: Introduce tcg_splitwx_to_{rx,rw} 2021-01-07 05:09:41 -10:00
tcg.c tcg: Split out tcg init functions to tcg/startup.h 2023-10-04 11:03:54 -07:00
tci.c tcg/tci: Adjust passing of MemOpIdx 2023-06-07 08:33:45 -07:00