fixed typo caused compilation err
This commit is contained in:
parent
eda28b95f4
commit
168bfc6ab1
@ -171,7 +171,7 @@ void bxInstrumentation::bx_instr_hwinterrupt(unsigned vector, Bit16u cs, bx_addr
|
||||
}
|
||||
}
|
||||
|
||||
void bxInstrumentation::bx_instr_lin_access(bx_address lin, bx_phy_adress phy, unsigned len, unsigned rw)
|
||||
void bxInstrumentation::bx_instr_lin_access(bx_address lin, bx_phy_address phy, unsigned len, unsigned rw)
|
||||
{
|
||||
if(!active || !ready) return;
|
||||
|
||||
|
@ -87,7 +87,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_adress phy, unsigned len, unsigned rw);
|
||||
void bx_instr_lin_access(bx_address lin, bx_phy_address phy, unsigned len, unsigned rw);
|
||||
|
||||
private:
|
||||
void branch_taken(bx_address new_eip);
|
||||
|
Loading…
Reference in New Issue
Block a user