mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 04:58:30 +02:00
![]() calling conventions on i386 * generated code at the caller side for pocall_pascal routines on i386 no longer assumes the routine destroys all registers (except ebp) - instead now it assumes that it preserves the ebx,esi,edi and ebp registers. This is compatible with the pascal calling convention of 32-bit delphi and was already honoured by FPC on the callee side. * updated the list of calling conventions that save all registers, used in tx86callnode.can_call_ref, so it is accurate on all x86 platforms - i8086, i386 and x86_64. git-svn-id: trunk@38904 - |
||
---|---|---|
.. | ||
aasmcpu.pas | ||
agx86att.pas | ||
agx86int.pas | ||
agx86nsm.pas | ||
aoptx86.pas | ||
cga.pas | ||
cgx86.pas | ||
cpubase.pas | ||
hlcgx86.pas | ||
itcpugas.pas | ||
itx86int.pas | ||
ni86mem.pas | ||
nx86add.pas | ||
nx86cal.pas | ||
nx86cnv.pas | ||
nx86con.pas | ||
nx86inl.pas | ||
nx86ld.pas | ||
nx86mat.pas | ||
nx86mem.pas | ||
nx86set.pas | ||
rax86.pas | ||
rax86att.pas | ||
rax86int.pas | ||
rgx86.pas | ||
symi86.pas | ||
symx86.pas | ||
x86ins.dat | ||
x86reg.dat |