mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
* fix test for i386
This commit is contained in:
parent
a35577593b
commit
57a1b5a39b
@ -196,6 +196,9 @@ begin
|
||||
end
|
||||
else
|
||||
writeln('no');
|
||||
|
||||
{$ifndef cpui386}
|
||||
{ makes no sense on i386, the instruction is not available in 32 bit mode }
|
||||
write('CMPXCHG16B support: ');
|
||||
if CMPXCHG16BSupport then
|
||||
begin
|
||||
@ -210,5 +213,6 @@ begin
|
||||
end
|
||||
else
|
||||
writeln('no');
|
||||
{$endif cpui386}
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user