mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 10:50:22 +02:00
+ explicit override of inline assembler type to AT&T (fpc.cfg specify other?)
git-svn-id: trunk@4129 -
This commit is contained in:
parent
903775d7c6
commit
71574dd97a
@ -871,6 +871,7 @@ begin
|
||||
if (cardinal(p)>=cardinal(@_start)) and
|
||||
(cardinal(p)<=cardinal(heaporg)) then exit;
|
||||
{$ifdef cpui386}
|
||||
{$asmmode att}
|
||||
asm
|
||||
movl %ebp, get_ebp
|
||||
end;
|
||||
@ -2560,6 +2561,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.21 2003/05/05 11:47:04 mazen
|
||||
+ explicit override of inline assembler type to AT&T (fpc.cfg specify other?)
|
||||
|
||||
Revision 1.20 2003/04/28 11:44:58 mattias
|
||||
implemented showing auto installed packages
|
||||
|
||||
|
@ -1591,6 +1591,7 @@ end;
|
||||
|
||||
Function CallSingleFunc(s : Pointer; Address : Pointer;
|
||||
Index, IValue : Longint) : Single; assembler;
|
||||
{$asmmode att}
|
||||
asm
|
||||
movl S,%esi
|
||||
movl Address,%edi
|
||||
|
Loading…
Reference in New Issue
Block a user