mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Fix wrong macros usage, found by PVS-Studio
svn path=/trunk/; revision=53514
This commit is contained in:
parent
0bedb73493
commit
bb4799bafe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue