qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] SB16 bug
@ 2004-10-11 17:43 Filip Navara
  2004-10-11 17:56 ` [Qemu-devel] " Ronald
  2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
  0 siblings, 2 replies; 4+ messages in thread
From: Filip Navara @ 2004-10-11 17:43 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2004-10-11 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-11 17:43 [Qemu-devel] SB16 bug Filip Navara
2004-10-11 17:56 ` [Qemu-devel] " Ronald
2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
2004-10-11 19:43   ` [Qemu-devel] " Adam D. Moss

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).