summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-04-26 19:35:00 +0000
committerRichard Henderson <richard.henderson@linaro.org>2025-04-30 12:45:05 -0700
commit3ea423c27f4eabee5068fce27412761fa3db8b0f (patch)
tree3a78296d017073a0f47da9f0e4f87229a2bd5663
parent7795eded0477f21c8518176492c4e19d103dde2c (diff)
downloadfocaccia-qemu-3ea423c27f4eabee5068fce27412761fa3db8b0f.tar.gz
focaccia-qemu-3ea423c27f4eabee5068fce27412761fa3db8b0f.zip
accel/tcg: Remove #error for non-tcg in getpc.h
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--include/accel/tcg/getpc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/accel/tcg/getpc.h b/include/accel/tcg/getpc.h
index 8a97ce34e7..0fc08addcf 100644
--- a/include/accel/tcg/getpc.h
+++ b/include/accel/tcg/getpc.h
@@ -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;