correctly update instr example

This commit is contained in:
Stanislav Shwartsman 2015-02-21 18:37:06 +00:00
parent 23bc2796d9
commit a3cf34984a

View File

@ -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);