mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
- Removed MIPS-specific code which has been copied to TMIPSProcinfo.set_first_temp_offset in r23885.
git-svn-id: trunk@24963 -
This commit is contained in:
parent
19495439b1
commit
1419a12865
@ -1024,10 +1024,6 @@ implementation
|
||||
end;
|
||||
end;
|
||||
{$endif defined(x86) or defined(arm)}
|
||||
{$ifdef MIPS}
|
||||
framepointer:=NR_STACK_POINTER_REG;
|
||||
tg.direction:=1;
|
||||
{$endif MIPS}
|
||||
{ set the start offset to the start of the temp area in the stack }
|
||||
set_first_temp_offset;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user