# HG changeset patch # User Kelly Wilson # Date 1242757724 21600 # Node ID f3d7451cfa5ba4be5a1fe8fc28a832d97493cad1 # Parent fdfc4060bcecad8e8c648a272eb24d1f5978ef47 remove extra 'test' instructions and fix 'test' properly diff -r fdfc4060bcec -r f3d7451cfa5b gen/asm-x86-64.h --- a/gen/asm-x86-64.h Tue May 19 11:58:54 2009 -0600 +++ b/gen/asm-x86-64.h Tue May 19 12:28:44 2009 -0600 @@ -1224,11 +1224,7 @@ { "sysenter",Op_0 }, { "sysexit", Op_0 }, { "sysret", Op_0 }, - { "test", Op_DstSrcNT }, - { "testb", Op_DstSrcNT }, - { "testl", Op_DstSrcNT }, - { "testq", Op_DstSrcNT }, - { "testw", Op_DstSrcNT }, + { "test", Op_SrcSrcF }, { "ucomisd", Op_SrcSrcSSEF }, { "ucomiss", Op_SrcSrcSSEF }, { "ud2", Op_0 },