mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-05 14:33:14 +01:00
really fixed fstp a, b; on x86-64
This commit is contained in:
@@ -1875,7 +1875,7 @@ namespace AsmParserx8664
|
||||
if ( operands[0].dataSize == Far_Ptr ) // %% type=Far_Ptr not set by Seg:Ofss OTOH, we don't support that..
|
||||
insnTemplate->writebyte ( 'l' );
|
||||
}
|
||||
else if ( op == Op_fxch )
|
||||
else if ( op == Op_fxch || op == Op_FfdRR_P)
|
||||
{
|
||||
// gas won't accept the two-operand form
|
||||
if ( operands[1].cls == Opr_Reg && operands[1].reg == Reg_ST )
|
||||
|
||||
Reference in New Issue
Block a user