mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:59:19 +02:00
* real invalid instruction. SSE is support on P3 so the test failed
on my laptop because the instruction was valid :)
This commit is contained in:
parent
802acf6940
commit
28ad9617f7
@ -1,9 +1,10 @@
|
|||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
uses sysutils;
|
||||||
|
{$asmmode intel}
|
||||||
begin
|
begin
|
||||||
try
|
try
|
||||||
asm
|
asm
|
||||||
// invalid opcode, e.g. SSE instruction
|
db 0fh,0fh,0fh,0fh
|
||||||
movaps %xmm6, %xmm7
|
|
||||||
end;
|
end;
|
||||||
except
|
except
|
||||||
halt(0);
|
halt(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user