Browse Source

* fixed too long number

peter 20 years ago
parent
commit
35b9ad16b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2908.pp

+ 1 - 1
tests/webtbs/tw2908.pp

@@ -7,7 +7,7 @@
 {$mode delphi}
 {$mode delphi}
 procedure p;
 procedure p;
 asm
 asm
-  and [eax],$ff0000000
+  and [eax],$ff000000
   and [edx + ebx + 3], $0000ffff
   and [edx + ebx + 3], $0000ffff
   and [edx + 3], $00ffffff
   and [edx + 3], $00ffffff
 end;
 end;