Applied mainline PCem commit: Added code generation for RMW versions of SHL/SHR/SAR.

This commit is contained in:
OBattler
2016-11-17 21:36:09 +01:00
parent 413fba4b16
commit 79d5fb108f
3 changed files with 41 additions and 27 deletions

View File

@@ -5147,6 +5147,8 @@ static void LOAD_EA()
addbyte(0x24);
}
#define MEM_CHECK_WRITE_B MEM_CHECK_WRITE
static void MEM_CHECK_WRITE(x86seg *seg)
{
uint8_t *jump1, *jump2;