Fixed synthetic instructions for DIV and XCHG to handle Byte wide operations, and also in case of XCHG memory, also fixed assembly generation for IN/OUT operations and all string instructions MOVS etc.
This commit is contained in:
@@ -86,6 +86,8 @@ int Idiom6::action()
|
||||
****************************************************************************/
|
||||
bool Idiom18::match(iICODE picode)
|
||||
{
|
||||
if(picode==m_func->Icode.begin())
|
||||
return false;
|
||||
if(std::distance(picode,m_end)<3)
|
||||
return false;
|
||||
--picode; //
|
||||
|
||||
Reference in New Issue
Block a user