Sfoglia il codice sorgente

* fixed too long number

peter 20 anni fa
parent
commit
35b9ad16b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/webtbs/tw2908.pp

+ 1 - 1
tests/webtbs/tw2908.pp

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