mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
* formatting
This commit is contained in:
parent
c482bafdaf
commit
dd586da709
@ -330,8 +330,9 @@ unit cpupara;
|
||||
stack_offset := cur_stack_offset;
|
||||
maxfpureg := RS_F17;
|
||||
if CPURV_HAS_16REGISTERS in cpu_capabilities[current_settings.cputype] then
|
||||
MaxIntReg := RS_X15 else
|
||||
MaxIntReg := RS_X17;
|
||||
MaxIntReg := RS_X15
|
||||
else
|
||||
MaxIntReg := RS_X17;
|
||||
|
||||
for i:=0 to paras.count-1 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user