mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Fix wrong macros usage, found by PVS-Studio
svn path=/trunk/; revision=53514
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user