Browse Source

* allow inline

pierre 25 years ago
parent
commit
b7e3d83753
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/tbs/tbs0304.pp

+ 2 - 1
tests/tbs/tbs0304.pp

@@ -1,4 +1,5 @@
 {$asmmode intel}
+{$inline on}
 
 var
   cb : word;
@@ -17,4 +18,4 @@ end;
 begin
   a(1);
   a(2);
-end.
+end.