]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tcg-op-vec: Remove left over _link_error() definitions
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 5 Jun 2023 17:56:44 +0000 (19:56 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:20:16 +0000 (12:20 -0700)
commita7f6911c127b1dd1b8764e03b0ebcf0a227a15e4
tree5e6d2b1861f9c1125b829afb2582e94a394692e5
parente7cd7a3916ac50378479b773057100683414eec4
tcg/tcg-op-vec: Remove left over _link_error() definitions

In commit d56fea79f9 ("tcg: Move TCG_{LOW,HIGH} to tcg-internal.h")
we replaced the "_link_error" definitions with modern QEMU_ERROR()
attribute markup. We covered tcg-op.c but forgot to completely
clean tcg-op-vec.c. Do it now.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230605175647.88395-3-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-vec.c