mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +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 }
|
||||
cg.a_load_const_reg(current_asmdata.CurrAsmList,OS_32,0,location.register64.reghi);
|
||||
end
|
||||
else
|
||||
begin
|
||||
location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
|
||||
cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
|
||||
if (is_cbool(resultdef)) then
|
||||
cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
|
||||
end
|
||||
else
|
||||
begin
|
||||
location.register:=cg.getintregister(current_asmdata.CurrAsmList,newsize);
|
||||
cg.g_flags2reg(current_asmdata.CurrAsmList,newsize,resflags,location.register);
|
||||
if (is_cbool(resultdef)) then
|
||||
cg.a_op_reg_reg(current_asmdata.CurrAsmList,OP_NEG,newsize,location.register,location.register);
|
||||
end
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user