Explorar o código

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

git-svn-id: trunk@47356 -
Károly Balogh %!s(int64=4) %!d(string=hai) anos
pai
achega
53928dc0ed
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.. }