mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02:00
+ bug0123
This commit is contained in:
parent
f9417a5966
commit
96d47eb00d
6
bugs/bug0123.pp
Normal file
6
bugs/bug0123.pp
Normal file
@ -0,0 +1,6 @@
|
||||
{$I386_INTEL}
|
||||
begin
|
||||
asm
|
||||
SHRD [ESI-8], EAX, CL
|
||||
end;
|
||||
end.
|
@ -167,4 +167,5 @@ bug0118.pp Procedural vars cannot be assigned nil ?
|
||||
bug0119.pp problem with methods
|
||||
bug0120.pp inc/dec(enumeration) doesn't work
|
||||
bug0121.pp cardinal -> byte conversion not work (and crashes)
|
||||
bug0122.pp exit() gives a warning that the result is not set
|
||||
bug0122.pp exit() gives a warning that the result is not set
|
||||
bug0123.pp problem with intel assembler (shrd)
|
||||
|
Loading…
Reference in New Issue
Block a user