Преглед изворни кода

m68k: fix references like <symbol>(An) to parse properly in the assembler reader

git-svn-id: trunk@47356 -
Károly Balogh пре 4 година
родитељ
комит
53928dc0ed
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      compiler/m68k/ra68kmot.pas

+ 2 - 0
compiler/m68k/ra68kmot.pas

@@ -1522,6 +1522,8 @@ const
                         end
                        else
                         begin
+                          if actasmtoken = AS_LPAREN then
+                            oper.initref;
                           if not oper.SetupVar(expr,false) then
                             begin
                               { not a variable, check special variables.. }