mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +02:00
* compile fix
This commit is contained in:
parent
07bfe21e9b
commit
43cac0027c
@ -36,12 +36,16 @@ begin
|
||||
end;
|
||||
{ give runtime error at the position where the signal was raised }
|
||||
if res<>0 then
|
||||
HandleErrorAddrFrame(res,pointer(SigContext.uc.uc_mcontext.pt_regs^.nip),pointer(SigContext.uc.uc_mcontext.pt_regs^.gpr[1]));
|
||||
HandleError(res);
|
||||
// HandleErrorAddrFrame(res,pointer(SigContext.uc.uc_mcontext.pt_regs^.nip),pointer(SigContext.uc.uc_mcontext.pt_regs^.gpr[1]));
|
||||
end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-11-06 16:22:01 peter
|
||||
Revision 1.2 2003-11-06 16:28:52 peter
|
||||
* compile fix
|
||||
|
||||
Revision 1.1 2003/11/06 16:22:01 peter
|
||||
* sparc
|
||||
|
||||
Revision 1.1 2003/11/02 14:53:06 jonas
|
||||
@ -55,4 +59,4 @@ end;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user