mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 22:50:18 +02:00
* avoid IE in case of unknown assembler reference syntax
git-svn-id: trunk@13364 -
This commit is contained in:
parent
e4e2b5be18
commit
b9fddff9c4
@ -1587,6 +1587,8 @@ Unit Rax86int;
|
|||||||
oper.opr.val:=toffset;
|
oper.opr.val:=toffset;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
OPR_REGISTER :
|
||||||
|
Message(asmr_e_invalid_reference_syntax);
|
||||||
OPR_SYMBOL:
|
OPR_SYMBOL:
|
||||||
Message(asmr_e_invalid_symbol_ref);
|
Message(asmr_e_invalid_symbol_ref);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user