浏览代码

* fix regression 16700 introduced in rev 16104

git-svn-id: trunk@16133 -
pierre 15 年之前
父节点
当前提交
ba6a4760e9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/x86/rax86int.pas

+ 0 - 2
compiler/x86/rax86int.pas

@@ -1828,8 +1828,6 @@ Unit Rax86int;
                     internalerror(2010061101);
                     internalerror(2010061101);
                 end;
                 end;
                 Consume(actasmtoken);
                 Consume(actasmtoken);
-                if actasmtoken=AS_PTR then
-                  Consume(AS_PTR);
                 if (actasmtoken=AS_LPAREN) then
                 if (actasmtoken=AS_LPAREN) then
                   begin
                   begin
                     { Support "xxx ptr [Reference]" }
                     { Support "xxx ptr [Reference]" }