m68k: also add options.pas to the previous change

git-svn-id: trunk@36303 -
This commit is contained in:
Károly Balogh 2017-05-23 00:18:13 +00:00
parent 3e8ee48458
commit a4c40a51ff

View File

@ -3396,8 +3396,13 @@ 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 }
{ currently, all supported CPUs have an internal sar implementation }