qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] SB16 bug


From: Filip Navara
Subject: [Qemu-devel] SB16 bug
Date: Mon, 11 Oct 2004 19:43:50 +0200
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]