ソースを参照

* m68k/ra68kmot.pas, tm68kmotreader.gettoken:
if "firsttoken" isn't set we must not take the possibility into account that the token could be an opcode

git-svn-id: trunk@22796 -

svenbarth 12 年 前
コミット
05fc3bc427
1 ファイル変更4 行追加2 行削除
  1. 4 2
      compiler/m68k/ra68kmot.pas

+ 4 - 2
compiler/m68k/ra68kmot.pas

@@ -315,8 +315,10 @@ const
                              end;
                              uppervar(actasmpattern);
 
-                             If is_asmopcode(actasmpattern) then
-                               exit;
+                             { this isn't the first token, so it can't be an
+                               opcode }
+                             {If is_asmopcode(actasmpattern) then
+                               exit;}
                              if is_register(actasmpattern) then
                                exit;
                              if is_asmdirective(actasmpattern) then