mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:00:28 +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;
|
||||
end;
|
||||
end;
|
||||
OPR_REGISTER :
|
||||
Message(asmr_e_invalid_reference_syntax);
|
||||
OPR_SYMBOL:
|
||||
Message(asmr_e_invalid_symbol_ref);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user