Added code generation for RMW versions of SHL/SHR/SAR

This commit is contained in:
SarahW 2016-11-17 20:01:28 +00:00
commit 747f8994ca
3 changed files with 41 additions and 27 deletions

View file

@ -3633,6 +3633,7 @@ static void LOAD_EA()
addbyte(12);
}
#define MEM_CHECK_WRITE_B MEM_CHECK_WRITE
static void MEM_CHECK_WRITE(x86seg *seg)
{
CHECK_SEG_WRITE(seg);