mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:29:13 +02:00
* proper fix for 9056ab8025
This commit is contained in:
parent
dcadafa1b8
commit
7c609ee7c4
@ -109,7 +109,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
{$ifdef I8086}
|
{$ifdef I8086}
|
||||||
{ BTR/BTS is only supportd by 80386 CPU or later }
|
{ BTR/BTS is only supportd by 80386 CPU or later }
|
||||||
if current_settings.cputype < cpu_386 then
|
if not(CPUX86_HAS_BTX in cpu_capabilities[current_settings.optimizecputype]) then
|
||||||
inherited
|
inherited
|
||||||
else
|
else
|
||||||
{$endif I8086}
|
{$endif I8086}
|
||||||
|
Loading…
Reference in New Issue
Block a user