mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed tiny display buglet
svn path=/trunk/; revision=1428
This commit is contained in:
parent
4b0dec4293
commit
bd08f2070e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
* MA 02139, USA.
|
||||
*
|
||||
*/
|
||||
/* $Id: udelay.c,v 1.4 2000/10/11 20:50:33 dwelch Exp $
|
||||
/* $Id: udelay.c,v 1.5 2000/11/19 15:57:27 ekohl Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/hal/x86/udelay.c
|
||||
|
@ -142,7 +142,7 @@ VOID HalpCalibrateStallExecution(VOID)
|
|||
delay_count >>= 1; /* Get bottom value for delay */
|
||||
|
||||
/* Stage 2: Fine calibration */
|
||||
DbgPrint("delay_count: %d\n", delay_count);
|
||||
DbgPrint("delay_count: %d", delay_count);
|
||||
|
||||
calib_bit = delay_count; /* Which bit are we going to test */
|
||||
|
||||
|
|
Loading…
Reference in a new issue