correctly update instr example
This commit is contained in:
parent
23bc2796d9
commit
a3cf34984a
@ -88,7 +88,7 @@ public:
|
||||
void bx_instr_exception(unsigned vector, unsigned error_code);
|
||||
void bx_instr_hwinterrupt(unsigned vector, Bit16u cs, bx_address eip);
|
||||
|
||||
void bx_instr_lin_access(bx_address lin, bx_phy_address phy, unsigned len, unsigned rw);
|
||||
void bx_instr_lin_access(bx_address lin, bx_phy_address phy, unsigned len, unsigned memtype, unsigned rw);
|
||||
|
||||
private:
|
||||
void branch_taken(bx_address new_eip);
|
||||
|
Loading…
Reference in New Issue
Block a user