X86 TLB: Move a DPRINTF to its correct place
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 5 Jan 2012 17:00:32 +0000 (11:00 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 5 Jan 2012 17:00:32 +0000 (11:00 -0600)
commitbd23a37198084e10ecd572c6332f71a749abb747
tree198129b8f5170de53841714795829de6e3bf5587
parentea94029ea53d793da63e6abcaeec95c5fc9bae22
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.

--HG--
extra : rebase_source : 172896057e593022444d882ea93323a5d9f77a89
src/arch/x86/tlb.cc