Date: Sun, 10 Aug 1997 18:16:21 +0300 (IDT) From: Eli Zaretskii To: Pancheri Paolo cc: djgpp AT delorie DOT com Subject: Re: Handling Interrupts In-Reply-To: <33E74A35.D5761524@tin.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 5 Aug 1997, Pancheri Paolo wrote: > and _go32_dpmi_set_protected_mode_interrupt_vector(0x08, > &new_timer_handler) I can save the old timer handler and install a my > own handler. But how can I call the old handler (saved in > old_timer_handler)? Use the function `_go32_dpmi_simulate_fcall_iret'.