소스 검색

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.. }