1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 05:58:07 +00:00
This commit is contained in:
BITDEFENDER\vlutas 2022-08-01 15:46:38 +03:00
parent 9c6b5429c9
commit f62c8a2238
3 changed files with 2 additions and 2 deletions

View File

@ -2221,7 +2221,7 @@ ShemuEmulate(
if ((cnt & cntmask) == 1)
{
SET_FLAG(Context, NDR_RFLAG_OF, ND_MSB(dst.Size, dst.Value.Qwords[0]) ^ tempCF);
SET_FLAG(Context, NDR_RFLAG_OF, ND_MSB(dst.Size, dst.Value.Qwords[0]) ^ ND_GET_BIT(dst.Size * 8ULL - 2, dst.Value.Qwords[0]));
}
}

Binary file not shown.

View File

@ -12,6 +12,6 @@
// bdshemu depends on bddisasm. It cannot be used without it.
#define SHEMU_VERSION_MAJOR 1
#define SHEMU_VERSION_MINOR 1
#define SHEMU_VERSION_REVISION 11
#define SHEMU_VERSION_REVISION 12
#endif // DISASM_VER_H