mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:49:22 +02:00
* do not generate prefetchnt instructions on the i8086
git-svn-id: branches/i8086@24003 -
This commit is contained in:
parent
5ea6f37247
commit
8d75441b6e
@ -413,9 +413,9 @@ implementation
|
||||
ref : treference;
|
||||
r : tregister;
|
||||
begin
|
||||
{$ifdef i386}
|
||||
{$if defined(i386) or defined(i8086)}
|
||||
if current_settings.cputype>=cpu_Pentium3 then
|
||||
{$endif i386}
|
||||
{$endif i386 or i8086}
|
||||
begin
|
||||
secondpass(left);
|
||||
case left.location.loc of
|
||||
|
Loading…
Reference in New Issue
Block a user