]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
accel/tcg: Remove #error for non-tcg in getpc.h
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 26 Apr 2025 19:35:00 +0000 (19:35 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/accel/tcg/getpc.h

index 8a97ce34e76fb44d4336706406fe0e1a2e46761c..0fc08addcf321cc71558778bd1e396a3f509d7fb 100644 (file)
@@ -8,10 +8,6 @@
 #ifndef ACCEL_TCG_GETPC_H
 #define ACCEL_TCG_GETPC_H
 
-#ifndef CONFIG_TCG
-#error Can only include this header with TCG
-#endif
-
 /* GETPC is the true target of the return instruction that we'll execute.  */
 #ifdef CONFIG_TCG_INTERPRETER
 extern __thread uintptr_t tci_tb_ptr;