mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-04 19:09:22 +01: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,7 +3396,12 @@ begin
|
||||
|
||||
{ these cpus have an inline rol/ror implementaion }
|
||||
{$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');
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{ these cpus have an inline sar implementaion }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user