Hi,

actually it looks more like the program was compiled with
"-fomit-frame-pointer". For that reason, you only get correct names (and
EIPs) for library calls.

Since QEmu uses as many physical registers as it can get, it is sensible
to omit the frame pointer, because it has no meaning anyway once you are
in translated code.

However, in your case I think it is more an SDL problem. Are you sure that
the video mode you are trying to set is supported on your system? Could
also be some sort of XShm hickup.

Ciao,
Dscho

--
Viruses love Micros**t




_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to