mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +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;
|
end;
|
||||||
uppervar(actasmpattern);
|
uppervar(actasmpattern);
|
||||||
|
|
||||||
If is_asmopcode(actasmpattern) then
|
{ this isn't the first token, so it can't be an
|
||||||
exit;
|
opcode }
|
||||||
|
{If is_asmopcode(actasmpattern) then
|
||||||
|
exit;}
|
||||||
if is_register(actasmpattern) then
|
if is_register(actasmpattern) then
|
||||||
exit;
|
exit;
|
||||||
if is_asmdirective(actasmpattern) then
|
if is_asmdirective(actasmpattern) then
|
||||||
|
Loading…
Reference in New Issue
Block a user