mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 19:28:55 +02:00
* Removed a leftover of my code. It is not needed anymore.
git-svn-id: trunk@31755 -
This commit is contained in:
parent
7c62aadf65
commit
61a1976e09
@ -2127,12 +2127,6 @@ unit cgcpu;
|
|||||||
paddingreg: TSuperRegister;
|
paddingreg: TSuperRegister;
|
||||||
imm1, imm2: DWord;
|
imm1, imm2: DWord;
|
||||||
begin
|
begin
|
||||||
{ Release PIC register }
|
|
||||||
if (cs_create_pic in current_settings.moduleswitches) and
|
|
||||||
(tf_pic_uses_got in target_info.flags) and
|
|
||||||
(pi_needs_got in current_procinfo.flags)
|
|
||||||
then
|
|
||||||
list.concat(tai_regalloc.dealloc(current_procinfo.got,nil));
|
|
||||||
if not(nostackframe) then
|
if not(nostackframe) then
|
||||||
begin
|
begin
|
||||||
registerarea:=0;
|
registerarea:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user