diff options
author | Anton Johansson <anjo@rev.ng> | 2023-02-27 14:51:45 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-03-01 07:33:02 -1000 |
commit | f6680c5ea4d861a182be2248d5324bf1d5b3d97b (patch) | |
tree | eb7723e3072fddf1895ee5102cea47e74b79fdf5 | |
parent | 48fbcf5c6c630eb169a5f60b6a9f00ae2ae5de87 (diff) | |
download | qemu-f6680c5ea4d861a182be2248d5324bf1d5b3d97b.zip qemu-f6680c5ea4d861a182be2248d5324bf1d5b3d97b.tar.gz qemu-f6680c5ea4d861a182be2248d5324bf1d5b3d97b.tar.bz2 |
target/i386: Remove `TARGET_TB_PCREL` define
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230227135202.9710-11-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r-- | target/i386/cpu-param.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/i386/cpu-param.h b/target/i386/cpu-param.h index f579b16..abad52a 100644 --- a/target/i386/cpu-param.h +++ b/target/i386/cpu-param.h @@ -25,8 +25,4 @@ #define TARGET_PAGE_BITS 12 #define NB_MMU_MODES 5 -#ifndef CONFIG_USER_ONLY -# define TARGET_TB_PCREL 1 -#endif - #endif |