Browse Source

m68k assembler reader: fixed parsing of slash-separated movem/fmovem register lists. only the first register was stored.

git-svn-id: trunk@28174 -
Károly Balogh 11 years ago
parent
commit
e5656a6f7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/m68k/ra68kmot.pas

+ 1 - 0
compiler/m68k/ra68kmot.pas

@@ -1509,6 +1509,7 @@ const
                          case actasmtoken of
                           AS_REGISTER:
                             begin
+                              r:=actasmregister;
                               if getregtype(r)=R_ADDRESSREGISTER then
                                 include(addrregset,getsupreg(r))
                               else if getregtype(r)=R_INTREGISTER then