Author: dchapyshev
Date: Thu Sep  1 12:38:56 2011
New Revision: 53514

URL: http://svn.reactos.org/svn/reactos?rev=53514&view=rev
Log:
- Fix wrong macros usage, found by PVS-Studio

Modified:
    trunk/reactos/hal/halx86/generic/bios.c

Modified: trunk/reactos/hal/halx86/generic/bios.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/bios.c?rev=53514&r1=53513&r2=53514&view=diff
==============================================================================
--- trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] Thu Sep  1 12:38:56 
2011
@@ -424,7 +424,7 @@
     //
     // Set default state
     //
-    RtlFillMemory(HalpSavedIoMap, 0xFF, IOPM_FULL_SIZE);
+    RtlFillMemory(HalpSavedIoMap, IOPM_FULL_SIZE, 0xFF);
 
     //
     // Restore the backed up copy, and initialize it


Reply via email to