* fixed too long number

This commit is contained in:
peter 2005-01-31 19:29:28 +00:00
parent af058e845e
commit 35b9ad16b3

View File

@ -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;