[fpc-devel]Calling previous INTroutine
Aleksey V. Vaneev
picoder at sbis.komi.ru
Sun Dec 3 11:49:45 CET 2000
Hello,
I've encountered a problem with calling previous interrupt routine
in my handler. I'm doing this under go32v2. I install handler with
set_pm_interrupt(), and before that I do get_pm_interrupt().
Everything works, but when I chain previous handler using the
following construct:
asm
pushfd
call qword ptr [OldHandler]
end;
It just traps. What can I do? (I'm working with system timer ISR).
Best regards,
Aleksey mailto:picoder at sbis.komi.ru
More information about the fpc-devel
mailing list