mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 04:41:34 +02:00
+ {$asmmode att} for people with -Rintel in their ppc386.cfg
This commit is contained in:
parent
89abe234d9
commit
674a208dbf
@ -207,6 +207,8 @@ implementation
|
|||||||
|
|
||||||
{$else Delphi}
|
{$else Delphi}
|
||||||
|
|
||||||
|
{$asmmode ATT}
|
||||||
|
|
||||||
function setjmp(var rec : jmp_buf) : longint;
|
function setjmp(var rec : jmp_buf) : longint;
|
||||||
begin
|
begin
|
||||||
asm
|
asm
|
||||||
@ -351,7 +353,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.10 2000-02-09 13:23:08 peter
|
Revision 1.11 2000-02-11 23:59:35 jonas
|
||||||
|
+ {$asmmode att} for people with -Rintel in their ppc386.cfg
|
||||||
|
|
||||||
|
Revision 1.10 2000/02/09 13:23:08 peter
|
||||||
* log truncated
|
* log truncated
|
||||||
|
|
||||||
Revision 1.9 2000/01/07 01:14:48 peter
|
Revision 1.9 2000/01/07 01:14:48 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user