On Fri, 15 Oct 2010 22:21:10 +0200
"Andreas Jörg" <[email protected]> wrote:

> ok, with this email it should be possible to send out the compressed
> coredump file.

Thanks, the problem is that the JIT uses the CMOV instruction, which
your CPU obviously doesn't support:

Dump of assembler code from 0xb19870d6 to 0xb19870f6:
=> 0xb19870d6:   0f 44 f2       cmove  %edx,%esi
   0xb19870d9:   66 8b 16       mov    (%esi),%dx
   0xb19870dc:   66 83 fa 01    cmp    $0x1,%dx

def : Proc<"k6-2",            [FeatureMMX,    Feature3DNow]>;
The CPU definition looks correct in LLVM though, I'll investigate more
to find out why it emits cmov.

Best regards,
--Edwin



_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-clamav-devel

Reply via email to