mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
* moved to succes instead of fail
This commit is contained in:
parent
aedeaf9b7e
commit
4d58eaf60b
@ -1,10 +1,10 @@
|
||||
program tbf0203;
|
||||
program tbs0203;
|
||||
|
||||
uses
|
||||
uses
|
||||
{$ifdef go32v2}
|
||||
dpmiexcp,
|
||||
{$endif def go32v2}
|
||||
tbf0203a;
|
||||
tbs0203a;
|
||||
|
||||
begin
|
||||
c;
|
@ -1,4 +1,4 @@
|
||||
unit tbf0203a;
|
||||
unit tbs0203a;
|
||||
|
||||
interface
|
||||
procedure a;
|
||||
@ -15,7 +15,7 @@ implementation
|
||||
|
||||
procedure b;[public, alias : '_assembler_a'];
|
||||
begin
|
||||
Writeln('b called');
|
||||
Writeln('b called');
|
||||
Is_called:=true;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user