瀏覽代碼

* fixed too long number

peter 20 年之前
父節點
當前提交
35b9ad16b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;