diff --git a/tests/webtbs/tw1122.pp b/tests/webtbs/tw1122.pp index 63f5c33035..6de3215ab9 100644 --- a/tests/webtbs/tw1122.pp +++ b/tests/webtbs/tw1122.pp @@ -1,9 +1,10 @@ {$mode objfpc} +uses sysutils; +{$asmmode intel} begin try asm - // invalid opcode, e.g. SSE instruction - movaps %xmm6, %xmm7 + db 0fh,0fh,0fh,0fh end; except halt(0);