accel/tcg: Remove #error for non-tcg in getpc.h
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7795eded04
commit
3ea423c27f
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue