mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* 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 -
This commit is contained in:
parent
1822c46d8a
commit
05fc3bc427
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user