]> git.proxmox.com Git - mirror_qemu.git/commitdiff
include/exec: Remove `TARGET_TB_PCREL` define
authorAnton Johansson <anjo@rev.ng>
Mon, 27 Feb 2023 13:51:43 +0000 (14:51 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:32:01 +0000 (07:32 -1000)
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230227135202.9710-9-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-defs.h

index d5a4f3071785177ef3cb5443f694f6bf0f98aaf5..be920d4208ed03040650f1c0ba800ae6c32cdcf6 100644 (file)
@@ -54,9 +54,6 @@
 #  error TARGET_PAGE_BITS must be defined in cpu-param.h
 # endif
 #endif
-#ifndef TARGET_TB_PCREL
-# define TARGET_TB_PCREL 0
-#endif
 
 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)