mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 11:52:51 +02:00
add a comment about ENTER and linux
This commit is contained in:
parent
ae061a565a
commit
3d2350d584
@ -3302,7 +3302,9 @@ procedure mov_reg_to_dest(p : ptree; s : topsize; reg : tregister);
|
|||||||
if (target_info.target=target_linux) and
|
if (target_info.target=target_linux) and
|
||||||
((aktprocsym^.definition^.options and poexports)<>0) then
|
((aktprocsym^.definition^.options and poexports)<>0) then
|
||||||
exprasmlist^.insert(new(Paicpu,op_reg(A_PUSH,S_L,R_EDI))); }
|
exprasmlist^.insert(new(Paicpu,op_reg(A_PUSH,S_L,R_EDI))); }
|
||||||
|
{ ATTENTION:
|
||||||
|
never use ENTER in linux !!!
|
||||||
|
the stack page fault does not support it PM }
|
||||||
exprasmlist^.insert(new(paicpu,op_const_const(A_ENTER,S_NO,stackframe,0)))
|
exprasmlist^.insert(new(paicpu,op_const_const(A_ENTER,S_NO,stackframe,0)))
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
@ -3966,7 +3968,10 @@ procedure mov_reg_to_dest(p : ptree; s : topsize; reg : tregister);
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.102 2000-05-14 18:49:04 florian
|
Revision 1.103 2000-05-17 11:06:11 pierre
|
||||||
|
add a comment about ENTER and linux
|
||||||
|
|
||||||
|
Revision 1.102 2000/05/14 18:49:04 florian
|
||||||
+ Int64/QWord stuff for array of const added
|
+ Int64/QWord stuff for array of const added
|
||||||
|
|
||||||
Revision 1.101 2000/05/09 14:17:33 pierre
|
Revision 1.101 2000/05/09 14:17:33 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user