m68k: fixed parsing of constants to absolute addresses

git-svn-id: trunk@47419 -
This commit is contained in:
Károly Balogh 2020-11-15 03:55:42 +00:00 committed by Karoly Balogh
parent 538b8e8e71
commit 51b9cb1856

View File

@ -1462,7 +1462,8 @@ const
begin
Oper.InitRef;
oper.opr.ref.offset:=BuildRefExpression;
BuildReference(oper);
if actasmtoken = AS_LPAREN then
BuildReference(oper);
end
else { is it a label variable ? }