mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:39:09 +02:00
m68k: indentation fixes. no functional changes.
git-svn-id: trunk@35106 -
This commit is contained in:
parent
15f67e6f5b
commit
288a39d86e
@ -280,13 +280,13 @@ implementation
|
|||||||
{ unsigned }
|
{ unsigned }
|
||||||
cg.a_load_const_reg(current_asmdata.CurrAsmList,OS_32,0,location.register64.reghi);
|
cg.a_load_const_reg(current_asmdata.CurrAsmList,OS_32,0,location.register64.reghi);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
|
location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
|
||||||
cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
|
cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
|
||||||
if (is_cbool(resultdef)) then
|
if (is_cbool(resultdef)) then
|
||||||
cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
|
cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user