mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 16:43:13 +01:00
fixes #415: 'swapgs' inline asm opcode mistakenly demands 2 arguments; thanks wolfwood
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user