- Fix wrong macros usage, found by PVS-Studio

svn path=/trunk/; revision=53514
This commit is contained in:
Dmitry Chapyshev 2011-09-01 12:38:56 +00:00
parent 0bedb73493
commit bb4799bafe

View file

@ -424,7 +424,7 @@ HalpRestoreIopm(VOID)
//
// Set default state
//
RtlFillMemory(HalpSavedIoMap, 0xFF, IOPM_FULL_SIZE);
RtlFillMemory(HalpSavedIoMap, IOPM_FULL_SIZE, 0xFF);
//
// Restore the backed up copy, and initialize it