mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
+ 155
This commit is contained in:
parent
3291b9fc23
commit
f8ab2581ff
10
bugs/bug0155.pp
Normal file
10
bugs/bug0155.pp
Normal file
@ -0,0 +1,10 @@
|
||||
function asmstr:string;assembler;
|
||||
asm
|
||||
movl __RESULT,%edi
|
||||
movl $0x4101,%al
|
||||
stosw
|
||||
end;
|
||||
|
||||
begin
|
||||
writeln(asmstr);
|
||||
end;
|
@ -205,4 +205,5 @@ bug0152.pp End value of loop variable must be calculated before loop
|
||||
bug0153.pp indexing a local/para var should produce an error like tp7 because
|
||||
it's doomed to crash
|
||||
bug0154.pp Subrange types give type mismatch when assigning to base type
|
||||
bug0155.pp Missing string return for asm functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user