mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 08:19:32 +02:00
* compilation with -Oodfa fixed
git-svn-id: trunk@35555 -
This commit is contained in:
parent
4ec547301d
commit
ea3495c20e
@ -323,6 +323,7 @@ implementation
|
||||
{ Enable size optimization with -Os or PIC code is generated and PIC uses GOT }
|
||||
size_opt:=(cs_opt_size in current_settings.optimizerswitches)
|
||||
or ((cs_create_pic in current_settings.moduleswitches) and (tf_pic_uses_got in target_info.flags));
|
||||
hreg_tv_rec:=NR_INVALID;
|
||||
if size_opt then
|
||||
begin
|
||||
{ Load a pointer to the thread var record into a register. }
|
||||
|
Loading…
Reference in New Issue
Block a user