* volatile syms should never be regable

git-svn-id: trunk@42308 -
This commit is contained in:
Jonas Maebe 2019-06-29 16:27:14 +00:00
parent 98f55b1d86
commit 6b97c712f6

View File

@ -1701,6 +1701,8 @@ implementation
procedure tabstractvarsym.setregable;
begin
if vo_volatile in varoptions then
exit;
{ can we load the value into a register ? }
if not assigned(owner) or
(owner.symtabletype in [localsymtable, parasymtable]) or