qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] accel/tcg: nochain should disable goto_ptr
@ 2024-05-31 10:17 NiuGenen
  2024-05-31 17:32 ` Richard Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: NiuGenen @ 2024-05-31 10:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: NiuGenen

Signed-off-by: NiuGenen <niugen@loongson.cn>
---
 accel/tcg/cpu-exec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accel/tcg/cpu-exec.c b/accel/tcg/cpu-exec.c
index 2972f75b96..084fa645c7 100644
--- a/accel/tcg/cpu-exec.c
+++ b/accel/tcg/cpu-exec.c
@@ -173,7 +173,7 @@ uint32_t curr_cflags(CPUState *cpu)
     } else if (qatomic_read(&one_insn_per_tb)) {
         cflags |= CF_NO_GOTO_TB | 1;
     } else if (qemu_loglevel_mask(CPU_LOG_TB_NOCHAIN)) {
-        cflags |= CF_NO_GOTO_TB;
+        cflags |= CF_NO_GOTO_TB | CF_NO_GOTO_PTR;
     }
 
     return cflags;
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-03  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 10:17 [PATCH] accel/tcg: nochain should disable goto_ptr NiuGenen
2024-05-31 17:32 ` Richard Henderson
2024-06-01  5:57   ` niugen
2024-06-01 13:36     ` Richard Henderson
2024-06-03  1:51       ` niugen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).