fixes #415: 'swapgs' inline asm opcode mistakenly demands 2 arguments; thanks wolfwood

This commit is contained in:
Moritz Warning
2010-07-31 21:26:05 +02:00
parent 3dcfb04ad7
commit 93f0672450

View File

@@ -1223,7 +1223,7 @@ namespace AsmParserx8664
{ "subq", Op_DstSrcSSE },
{ "subsd", Op_DstSrcSSE },
{ "subss", Op_DstSrcSSE },
{ "swapgs", Op_DstSrcSSE },
{ "swapgs", Op_0 },
{ "syscall", Op_0 },
{ "sysenter",Op_0 },
{ "sysexit", Op_0 },