qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Filip Navara <xnavara@volny.cz>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] SB16 bug
Date: Mon, 11 Oct 2004 19:43:50 +0200	[thread overview]
Message-ID: <416AC656.1070003@volny.cz> (raw)

Hi,

since the malc's audio patch was commited I can't run QEMU on Win32 
anymore. It always crashes and GDB is to no help (backtrace shows only 
"00000000"). Anybody has the same problem?

One thing that is surely wrong is the line 998 in sb16.c:
    for (i = 0; 4 < 4; i++) {
It should be
    for (i = 0; i < 4; i++) {

Regards,
Filip

             reply	other threads:[~2004-10-11 17:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-11 17:43 Filip Navara [this message]
2004-10-11 17:56 ` [Qemu-devel] Re: SB16 bug Ronald
2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
2004-10-11 19:43   ` [Qemu-devel] " Adam D. Moss

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=416AC656.1070003@volny.cz \
    --to=xnavara@volny.cz \
    --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 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).