mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
* allow inline
This commit is contained in:
parent
27b0900075
commit
b7e3d83753
@ -1,4 +1,5 @@
|
||||
{$asmmode intel}
|
||||
{$inline on}
|
||||
|
||||
var
|
||||
cb : word;
|
||||
@ -17,4 +18,4 @@ end;
|
||||
begin
|
||||
a(1);
|
||||
a(2);
|
||||
end.
|
||||
end.
|
Loading…
Reference in New Issue
Block a user