From 6bcc61f082d51c22aa8685053577977a2310c7be Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Sat, 6 Oct 2018 04:55:50 -0400 Subject: [PATCH] Sparc increase ttl number Backports commit b8df0675145c592da3777395f23b4ee91c09b46c from unicorn --- qemu/target/sparc/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/target/sparc/translate.c b/qemu/target/sparc/translate.c index 67f2046a..61fa4d29 100644 --- a/qemu/target/sparc/translate.c +++ b/qemu/target/sparc/translate.c @@ -54,7 +54,7 @@ typedef struct DisasContext { uint32_t cc_op; /* current CC operation */ sparc_def_t *def; TCGv_i32 t32[3]; - TCGv ttl[5]; + TCGv ttl[6]; int n_t32; int n_ttl; #ifdef TARGET_SPARC64