typo fix
This commit is contained in:
parent
08ba847ce4
commit
90c4a74362
@ -477,7 +477,7 @@ void BX_CPP_AttrRegparmN(1) BX_CPU_C::INVLPG(bxInstruction_c* i)
|
||||
#endif
|
||||
|
||||
#if BX_SUPPORT_X86_64
|
||||
if (! IsCanonical(laddr))
|
||||
if (IsCanonical(laddr))
|
||||
#endif
|
||||
{
|
||||
BX_INSTR_TLB_CNTRL(BX_CPU_ID, BX_INSTR_INVLPG, laddr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user