mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
And fix the op_32 stuff.
This commit is contained in:
@@ -1049,7 +1049,7 @@ MEM_LOAD_ADDR_EA_W(x86seg *seg)
|
||||
/*done:*/
|
||||
}
|
||||
static __inline void
|
||||
MEM_LOAD_ADDR_EA_W_OFFSET(x86seg *seg, int offset)
|
||||
MEM_LOAD_ADDR_EA_W_OFFSET(x86seg *seg, int offset, int op_32)
|
||||
{
|
||||
addbyte(0x83); /*ADD EAX, offset*/
|
||||
addbyte(0xc0);
|
||||
|
||||
Reference in New Issue
Block a user