mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 19:33:13 +01:00
Fix for tests/mini/callingconv1.d
This commit is contained in:
@@ -1000,7 +1000,7 @@ namespace AsmParserx8664
|
||||
{ "movsq", Op_movsd },
|
||||
{ "movshdup", Op_DstSrcSSE },
|
||||
{ "movsldup", Op_DstSrcSSE },
|
||||
{ "movss", Op_DstSrcSSE },
|
||||
{ "movss", Op_DstSrcNT },
|
||||
{ "movsw", Op_movsX },
|
||||
{ "movsx", Op_movsx }, // word-only, reg dest
|
||||
{ "movsxd", Op_movsx },
|
||||
|
||||
Reference in New Issue
Block a user