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