Added code generation for RMW versions of SHL/SHR/SAR
This commit is contained in:
parent
b9a7fb042f
commit
747f8994ca
3 changed files with 41 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue