All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: Laurent Vivier <laurent@vivier.eu>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/4] target-m68k areg writeback
Date: Wed, 2 Nov 2016 09:25:22 -0600	[thread overview]
Message-ID: <7b37f2fa-f8ec-41ba-9672-fb251684910c@twiddle.net> (raw)
In-Reply-To: <47fe426f-2eca-743c-d91a-d8935fb99e50@vivier.eu>

On 11/02/2016 06:07 AM, Laurent Vivier wrote:
> qemu-m68k: tcg/tcg.c:653: tcg_temp_free_internal: Assertion `idx >=
> s->nb_globals && idx < s->nb_temps' failed.
> qemu-m68k: translate-all.c:175: tb_lock: Assertion `!have_tb_lock' failed.

Bah.  Forgot to clear the new data to begin.


r~


diff --git a/target-m68k/translate.c b/target-m68k/translate.c
index aefd90c..2e85ca9 100644
--- a/target-m68k/translate.c
+++ b/target-m68k/translate.c
@@ -3543,6 +3543,7 @@ void gen_intermediate_code
      dc->fpcr = env->fpcr;
      dc->user = (env->sr & SR_S) == 0;
      dc->done_mac = 0;
+    dc->writeback_mask = 0;
      num_insns = 0;
      max_insns = tb->cflags & CF_COUNT_MASK;
      if (max_insns == 0) {

  reply	other threads:[~2016-11-02 15:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 21:29 [Qemu-devel] [PATCH 0/4] target-m68k areg writeback Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 1/4] target-m68k: Delay autoinc writeback Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 2/4] target-m68k: Split gen_lea and gen_ea Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 3/4] target-m68k: add cmpm Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 4/4] target-m68k: Use gen_ea_mode in cmpm Richard Henderson
2016-11-02 13:04   ` Laurent Vivier
2016-11-02 12:07 ` [Qemu-devel] [PATCH 0/4] target-m68k areg writeback Laurent Vivier
2016-11-02 15:25   ` Richard Henderson [this message]
2016-11-02 15:32     ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b37f2fa-f8ec-41ba-9672-fb251684910c@twiddle.net \
    --to=rth@twiddle.net \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.