mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 15:20:32 +02:00
* whitespace fixes
* implicitly add PC as base register for symbols git-svn-id: trunk@19274 -
This commit is contained in:
parent
0bc58de578
commit
b93f4b8096
@ -454,6 +454,7 @@ Unit raarmgas;
|
||||
begin
|
||||
CreateLocalLabel(actasmpattern,lab,false);
|
||||
oper.opr.ref.symbol := lab;
|
||||
oper.opr.ref.base := NR_PC;
|
||||
Consume(AS_ID);
|
||||
test_end(true);
|
||||
exit;
|
||||
@ -544,6 +545,7 @@ Unit raarmgas;
|
||||
begin
|
||||
oper.InitRef;
|
||||
oper.opr.ref.symbol:=hl;
|
||||
oper.opr.ref.base:=NR_PC;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user