|
@@ -81,6 +81,10 @@ implementation
|
|
|
{ for testing }
|
|
|
needs_frame_pointer := true;//false;
|
|
|
computed_local_size:=-1;
|
|
|
+ { pi_needs_got is not yet set correctly
|
|
|
+ so include it always if creating PIC code }
|
|
|
+ if (cs_create_pic in current_settings.moduleswitches) then
|
|
|
+ include(flags, pi_needs_got);
|
|
|
end;
|
|
|
|
|
|
|