Searched defs:fA20State (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c2253 bool fA20State = PGMPhysIsA20Enabled(pVCpu); local
2254 if (fA20State != RT_BOOL(pVM->rem.s.Env.a20_mask & RT_BIT(20)))
2257 cpu_x86_set_a20(&pVM->rem.s.Env, fA20State);

Completed in 67 milliseconds