mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
- rm references to system_i386_darwin and system_i386_iphonesim from
tcg8086.init_register_allocators git-svn-id: trunk@26910 -
This commit is contained in:
parent
a31b7d485f
commit
b672bc754a
@ -135,8 +135,7 @@ unit cgcpu;
|
||||
procedure tcg8086.init_register_allocators;
|
||||
begin
|
||||
inherited init_register_allocators;
|
||||
if not(target_info.system in [system_i386_darwin,system_i386_iphonesim]) and
|
||||
(cs_create_pic in current_settings.moduleswitches) then
|
||||
if cs_create_pic in current_settings.moduleswitches then
|
||||
rg[R_INTREGISTER]:=trgintcpu.create(R_INTREGISTER,R_SUBWHOLE,[RS_AX,RS_DX,RS_CX,RS_SI,RS_DI],first_int_imreg,[RS_BP])
|
||||
else
|
||||
if (cs_useebp in current_settings.optimizerswitches) and assigned(current_procinfo) and (current_procinfo.framepointer<>NR_BP) then
|
||||
|
Loading…
Reference in New Issue
Block a user