Searched hist:8646 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Dtlb.cc8646:ef6cbf0f14dc Thu Jan 05 12:00:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> X86 TLB: Move a DPRINTF to its correct place
The DPRINTF for doing protection checks appears after the checks have been
carried out. It is possible that the function returns while the checks are
being carried, in which case the printf is missed out. This patch moves the
DPRINTF before the checks.

Completed in 25 milliseconds