mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
m68k: fixed parsing of constants to absolute addresses
git-svn-id: trunk@47419 -
This commit is contained in:
parent
a82a587a1b
commit
e5d2c1a980
@ -1483,7 +1483,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 ? }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user