On Sun, 12 Feb 2006, Blue Swirl wrote:
Sorry, I am not familiar with qemu internals enough to understand that. It
currently fails the build in the sanity check implemented in dyngen.c. We
figured out so far that there might be two valid cases:
save;...ret;restore;
and ;retl;nop;. Are you s
Hi...
I re-posted the patch by Andre Pech in Qemu forum. The URL is
http://qemu.dad-answers.com/viewtopic.php?p=2809#2809
The patch is written to tackle missed breakpoint that sometimes happen.
refer to the related Qemu forum's entry or the original Andre Pech's
posting on December 24, 2005 in
Hi,
attached is a patch that gives ossaudio the following new functionality:
1. the ability to retry opening the DSP devices at later times if they
are busy (i.e. another application is playing sound); if the device is
busy, the code falls back to the noaudio mechanisms for playback and
recor
Sorry, I am not familiar with qemu internals enough to understand that. It
currently fails the build in the sanity check implemented in dyngen.c. We
figured out so far that there might be two valid cases:
save;...ret;restore;
and ;retl;nop;. Are you saying that the function ending in
retl;s