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