mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:40:28 +02:00
m68k: also add options.pas to the previous change
git-svn-id: trunk@36303 -
This commit is contained in:
parent
3e8ee48458
commit
a4c40a51ff
@ -3396,8 +3396,13 @@ begin
|
|||||||
|
|
||||||
{ these cpus have an inline rol/ror implementaion }
|
{ these cpus have an inline rol/ror implementaion }
|
||||||
{$ifdef cpurox}
|
{$ifdef cpurox}
|
||||||
|
{$ifdef m68k}
|
||||||
|
if CPUM68K_HAS_ROLROR in cpu_capabilities[init_settings.cputype] then
|
||||||
|
def_system_macro('FPC_HAS_INTERNAL_ROX');
|
||||||
|
{$else}
|
||||||
def_system_macro('FPC_HAS_INTERNAL_ROX');
|
def_system_macro('FPC_HAS_INTERNAL_ROX');
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ these cpus have an inline sar implementaion }
|
{ these cpus have an inline sar implementaion }
|
||||||
{ currently, all supported CPUs have an internal sar implementation }
|
{ currently, all supported CPUs have an internal sar implementation }
|
||||||
|
Loading…
Reference in New Issue
Block a user