OSDN Git Service

* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
authorcgf <cgf>
Thu, 24 May 2001 05:20:17 +0000 (05:20 +0000)
committercgf <cgf>
Thu, 24 May 2001 05:20:17 +0000 (05:20 +0000)
commitad15fdc7df1e7a51f24040f8e3fd1081e8d02b9f
tree2c15b0ed6145a7c5b683133303363a40ec8ad2cd
parentf8786bdb14c43ee64b656ae3fa30e7f39b1d7b12
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
* fhandler.h (fhandler_dev_dsp): Add a fixup_after_exec.
* fhandler_dsp.cc (class Audio): Add TOT_BLOCK_SIZE to enum.
(operator new): New.
(bigwavebuffer): Declare using TOT_BLOCK_SIZE to avoid buffer overruns.
(Audio::Audio): Optimize slightly.
(fhandler_dev_dsp::open): Allocate s_audio using static buffer.
(fhandler_dev_dsp::fixup_after_exec): New function.  Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_dsp.cc