mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 23:11:57 +01:00
* fix call to handleerror for regcall
This commit is contained in:
parent
c1a25f53b6
commit
0105b62700
@ -31,8 +31,13 @@
|
|||||||
movl %ecx,%eax
|
movl %ecx,%eax
|
||||||
orl %ebx,%eax
|
orl %ebx,%eax
|
||||||
jnz .Lnodivzero
|
jnz .Lnodivzero
|
||||||
|
{$ifdef REGCALL}
|
||||||
|
movl %ebp,%edx
|
||||||
|
movl $200,%eax
|
||||||
|
{$else}
|
||||||
pushl %ebp
|
pushl %ebp
|
||||||
pushl $200
|
pushl $200
|
||||||
|
{$endif}
|
||||||
call HandleErrorFrame
|
call HandleErrorFrame
|
||||||
jmp .Lexit
|
jmp .Lexit
|
||||||
.Lnodivzero:
|
.Lnodivzero:
|
||||||
@ -226,7 +231,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2003-09-14 11:34:13 peter
|
Revision 1.2 2003-12-23 23:09:43 peter
|
||||||
|
* fix call to handleerror for regcall
|
||||||
|
|
||||||
|
Revision 1.1 2003/09/14 11:34:13 peter
|
||||||
* moved int64 asm code to int64p.inc
|
* moved int64 asm code to int64p.inc
|
||||||
* save ebx,esi
|
* save ebx,esi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user