aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-10-16 22:05:14 +1000
committerRichard Henderson <richard.henderson@linaro.org>2023-01-04 16:20:01 -0800
commit8d21de51b93e439cd026cb9edcea192550345a6c (patch)
tree32399e1fe46357523fe59fe8d28ed8f69cdbc192 /tcg/aarch64
parent1c1824dca404155b1116023d794ec227ae71a424 (diff)
downloadqemu-8d21de51b93e439cd026cb9edcea192550345a6c.zip
qemu-8d21de51b93e439cd026cb9edcea192550345a6c.tar.gz
qemu-8d21de51b93e439cd026cb9edcea192550345a6c.tar.bz2
tcg: Remove TCG_TARGET_STACK_GROWSUP
The hppa host code has been removed since 2013; this should have been deleted at the same time. Fixes: 802b5081233a ("tcg-hppa: Remove tcg backend") Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64')
-rw-r--r--tcg/aarch64/tcg-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h
index 485f685..e145d50 100644
--- a/tcg/aarch64/tcg-target.h
+++ b/tcg/aarch64/tcg-target.h
@@ -16,7 +16,6 @@
#define TCG_TARGET_INSN_UNIT_SIZE 4
#define TCG_TARGET_TLB_DISPLACEMENT_BITS 24
#define MAX_CODE_GEN_BUFFER_SIZE (2 * GiB)
-#undef TCG_TARGET_STACK_GROWSUP
typedef enum {
TCG_REG_X0, TCG_REG_X1, TCG_REG_X2, TCG_REG_X3,