mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 01:08:35 +02:00
* fixed too long number
This commit is contained in:
parent
af058e845e
commit
35b9ad16b3
@ -7,7 +7,7 @@
|
||||
{$mode delphi}
|
||||
procedure p;
|
||||
asm
|
||||
and [eax],$ff0000000
|
||||
and [eax],$ff000000
|
||||
and [edx + ebx + 3], $0000ffff
|
||||
and [edx + 3], $00ffffff
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user