mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* indentation fixed
git-svn-id: trunk@26627 -
This commit is contained in:
parent
8989a40b4f
commit
b1f54b2853
@ -913,7 +913,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
cg.translate_register(tabstractnormalvarsym(p).localloc.register);
|
cg.translate_register(tabstractnormalvarsym(p).localloc.register);
|
||||||
if (tabstractnormalvarsym(p).localloc.registerhi<>NR_NO) then
|
if (tabstractnormalvarsym(p).localloc.registerhi<>NR_NO) then
|
||||||
cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
|
cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
|
||||||
end;
|
end;
|
||||||
if cs_asm_source in current_settings.globalswitches then
|
if cs_asm_source in current_settings.globalswitches then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user